[Schmitzm-commits] r1465 - in trunk: schmitzm-core/src/main/resources/de/schmitzm/net/mail/resource/locales schmitzm-gt/src/main/java/de/schmitzm/geotools/feature schmitzm-gt/src/main/java/de/schmitzm/geotools/gui schmitzm-gt/src/main/resources/de/schmitzm/geotools/feature/resource/locales schmitzm-gt/src/main/resources/de/schmitzm/geotools/gui/resource/locales

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Jan 27 21:38:31 CET 2011


Author: mojays
Date: 2011-01-27 21:38:28 +0100 (Thu, 27 Jan 2011)
New Revision: 1465

Modified:
   trunk/schmitzm-core/src/main/resources/de/schmitzm/net/mail/resource/locales/MailResourceBundle.properties
   trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/feature/FeatureTableModel.java
   trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/feature/FeatureTypeBuilderTableModel.java
   trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/feature/FeatureTypeTableModel.java
   trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/CRSSelectionDialog.java
   trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/ColorMapTable.java
   trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/FeatureCollectionFilterPanel.java
   trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/FeatureLayerFilterDialog.java
   trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/FeatureTablePane.java
   trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/GeoPositionLabel.java
   trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/GeotoolsGUIUtil.java
   trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/GridPanelFormatter.java
   trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/GridPanelFormatter_DHDN.java
   trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/GridPanelFormatter_LatLon1.java
   trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/JMapEditorPane.java
   trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/JMapEditorToolBar.java
   trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/MapActionControlPane.java
   trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/MapContextControlPane.java
   trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/RasterPositionLabel.java
   trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/SelectableFeatureTablePane.java
   trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/StyleToolBar.java
   trunk/schmitzm-gt/src/main/resources/de/schmitzm/geotools/feature/resource/locales/FeatureResourceBundle.properties
   trunk/schmitzm-gt/src/main/resources/de/schmitzm/geotools/gui/resource/locales/GTResourceBundle.properties
   trunk/schmitzm-gt/src/main/resources/de/schmitzm/geotools/gui/resource/locales/GTResourceBundle_de.properties
   trunk/schmitzm-gt/src/main/resources/de/schmitzm/geotools/gui/resource/locales/GTResourceBundle_fr.properties
   trunk/schmitzm-gt/src/main/resources/de/schmitzm/geotools/gui/resource/locales/GTResourceBundle_it.properties
   trunk/schmitzm-gt/src/main/resources/de/schmitzm/geotools/gui/resource/locales/GTResourceBundle_ru.properties
   trunk/schmitzm-gt/src/main/resources/de/schmitzm/geotools/gui/resource/locales/GTResourceBundle_tr.properties
Log:
Removed the package definition in resource keys of GTResourceBundle

Modified: trunk/schmitzm-core/src/main/resources/de/schmitzm/net/mail/resource/locales/MailResourceBundle.properties
===================================================================
--- trunk/schmitzm-core/src/main/resources/de/schmitzm/net/mail/resource/locales/MailResourceBundle.properties	2011-01-27 18:21:10 UTC (rev 1464)
+++ trunk/schmitzm-core/src/main/resources/de/schmitzm/net/mail/resource/locales/MailResourceBundle.properties	2011-01-27 20:38:28 UTC (rev 1465)
@@ -27,32 +27,7 @@
 #    Martin O. J. Schmitz - initial API and implementation
 #    Stefan A. Tzeggai - additional utility classes
 ##########
-#This file is part of the SCHMITZM library - a collection of utility 
-#classes based on Java 1.6, focussing (not only) on Java Swing 
-#and the Geotools library.
-#
-#The SCHMITZM project is hosted at:
-#http://wald.intevation.org/projects/schmitzm/
-#
-#This program 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 3
-#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 Lesser General Public License (license.txt)
-#along with this program; if not, write to the Free Software
-#Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-#or try this link: http://www.gnu.org/licenses/lgpl.html
-#
-#Contributors:
-#    Martin O. J. Schmitz - initial API and implementation
-#    Stefan A. Tzeggai - additional utility classes
-##########
+
 # ---------------------------------------------------------------
 # ------ Default Translations (english) for components     ------
 # ------ in Package schmitzm.mail                          ------

Modified: trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/feature/FeatureTableModel.java
===================================================================
--- trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/feature/FeatureTableModel.java	2011-01-27 18:21:10 UTC (rev 1464)
+++ trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/feature/FeatureTableModel.java	2011-01-27 20:38:28 UTC (rev 1465)
@@ -127,9 +127,9 @@
    */
   public String[] createColumnNames() {
     return new String[] {
-        GeotoolsGUIUtil.RESOURCE.getString("schmitzm.geotools.feature.FeatureTableModel.AttrName"),
-        GeotoolsGUIUtil.RESOURCE.getString("schmitzm.geotools.feature.FeatureTableModel.AttrType"),
-        GeotoolsGUIUtil.RESOURCE.getString("schmitzm.geotools.feature.FeatureTableModel.AttrValue")
+        GeotoolsGUIUtil.RESOURCE.getString("FeatureTableModel.AttrName"),
+        GeotoolsGUIUtil.RESOURCE.getString("FeatureTableModel.AttrType"),
+        GeotoolsGUIUtil.RESOURCE.getString("FeatureTableModel.AttrValue")
     };
   }
 

Modified: trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/feature/FeatureTypeBuilderTableModel.java
===================================================================
--- trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/feature/FeatureTypeBuilderTableModel.java	2011-01-27 18:21:10 UTC (rev 1464)
+++ trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/feature/FeatureTypeBuilderTableModel.java	2011-01-27 20:38:28 UTC (rev 1465)
@@ -127,15 +127,15 @@
 	public String[] createColumnNames() {
 		return new String[] {
 				GeotoolsGUIUtil.RESOURCE
-						.getString("schmitzm.geotools.gui.FeatureTypeBuilderTableModel.AttrName"),
+						.getString("FeatureTypeBuilderTableModel.AttrName"),
 				GeotoolsGUIUtil.RESOURCE
-						.getString("schmitzm.geotools.gui.FeatureTypeBuilderTableModel.AttrType"),
+						.getString("FeatureTypeBuilderTableModel.AttrType"),
 				GeotoolsGUIUtil.RESOURCE
-						.getString("schmitzm.geotools.gui.FeatureTypeBuilderTableModel.Nillable"),
+						.getString("FeatureTypeBuilderTableModel.Nillable"),
 				GeotoolsGUIUtil.RESOURCE
-						.getString("schmitzm.geotools.gui.FeatureTypeBuilderTableModel.AutoValue"),
+						.getString("FeatureTypeBuilderTableModel.AutoValue"),
 				GeotoolsGUIUtil.RESOURCE
-						.getString("schmitzm.geotools.gui.FeatureTypeBuilderTableModel.DefValue") };
+						.getString("FeatureTypeBuilderTableModel.DefValue") };
 	}
 
 	/**
@@ -329,7 +329,7 @@
 	public void performAddRow() {
 		AttributeDefinition newAttrDef = new AttributeDefinition();
 		String presetName = GeotoolsGUIUtil.RESOURCE.getString(
-				"schmitzm.geotools.gui.FeatureTypeBuilderTableModel.NewAttr",
+				"FeatureTypeBuilderTableModel.NewAttr",
 				getRowCount());
 		newAttrDef.name.setValue(presetName);
 		attrDefinitions.add(newAttrDef);
@@ -458,7 +458,7 @@
 					throw new UnsupportedOperationException(
 							GeotoolsGUIUtil.RESOURCE
 									.getString(
-											"schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.Err.AutoVal",
+											"JMapEditorToolBar.NewLayer.Err.AutoVal",
 											type.getSimpleName()));
 				FeatureUtil.registerAutoValueGenerator(aType, valueGenerator);
 			} else

Modified: trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/feature/FeatureTypeTableModel.java
===================================================================
--- trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/feature/FeatureTypeTableModel.java	2011-01-27 18:21:10 UTC (rev 1464)
+++ trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/feature/FeatureTypeTableModel.java	2011-01-27 20:38:28 UTC (rev 1465)
@@ -120,8 +120,8 @@
    */
   public String[] createColumnNames() {
     return new String[] {
-        GeotoolsGUIUtil.RESOURCE.getString("schmitzm.geotools.feature.FeatureTableModel.AttrName"),
-        GeotoolsGUIUtil.RESOURCE.getString("schmitzm.geotools.feature.FeatureTableModel.AttrType"),
+        GeotoolsGUIUtil.RESOURCE.getString("FeatureTableModel.AttrName"),
+        GeotoolsGUIUtil.RESOURCE.getString("FeatureTableModel.AttrType"),
     };
   }
 

Modified: trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/CRSSelectionDialog.java
===================================================================
--- trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/CRSSelectionDialog.java	2011-01-27 18:21:10 UTC (rev 1464)
+++ trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/CRSSelectionDialog.java	2011-01-27 20:38:28 UTC (rev 1465)
@@ -169,15 +169,11 @@
 		this.wktTextArea.setWrapStyleWord(true);
 		this.wktScrollPane = new JScrollPane(wktTextArea);
 		this.buttonGroup = new ButtonGroup();
-		this.wgs84Button = createRadioButton(RES
-				.getString("schmitzm.geotools.gui.CRSSelectionDialog.button.wgs84"));
-		this.userButton = createRadioButton(RES
-				.getString("schmitzm.geotools.gui.CRSSelectionDialog.button.userDefined"));
-		this.predefinedButton = createRadioButton(RES
-				.getString("schmitzm.geotools.gui.CRSSelectionDialog.button.predefined"));
+		this.wgs84Button = createRadioButton(RES.getString("CRSSelectionDialog.button.wgs84"));
+		this.userButton = createRadioButton(RES.getString("CRSSelectionDialog.button.userDefined"));
+		this.predefinedButton = createRadioButton(RES.getString("CRSSelectionDialog.button.predefined"));
 		if (defaultCRS != null) {
-			this.defaultButton = createRadioButton(RES.getString(
-					"schmitzm.geotools.gui.CRSSelectionDialog.button.default",
+			this.defaultButton = createRadioButton(RES.getString("CRSSelectionDialog.button.default",
 					defaultCRS.getName().toString()));
 			this.defaultButton.setSelected(true);
 		} else
@@ -281,8 +277,7 @@
 						: new Object[] { okButton });
 		JDialog dialog = pane
 				.createDialog(
-						parent,
-						RES.getString("schmitzm.geotools.gui.CRSSelectionDialog.title"));
+						parent,RES.getString("CRSSelectionDialog.title"));
 
 		// Dialog nach Vorlage initialisieren
 		this.setDefaultCloseOperation(DO_NOTHING_ON_CLOSE);
@@ -331,8 +326,8 @@
 				work,
 				new StatusDialog(
 						parent,
-						RES.getString("schmitzm.geotools.gui.CRSSelectionDialog.init.crs.title"),
-						RES.getString("schmitzm.geotools.gui.CRSSelectionDialog.init.crs.mess")));
+						RES.getString("CRSSelectionDialog.init.crs.title"),
+						RES.getString("CRSSelectionDialog.init.crs.mess")));
 		try {
 			worker.start();
 		} catch (Exception err) {
@@ -396,8 +391,8 @@
 					JOptionPane
 							.showMessageDialog(
 									this,
-									RES.getString("schmitzm.geotools.gui.CRSSelectionDialog.mandatory"),
-									RES.getString("schmitzm.geotools.gui.CRSSelectionDialog.title"),
+									RES.getString("CRSSelectionDialog.mandatory"),
+									RES.getString("CRSSelectionDialog.title"),
 									JOptionPane.ERROR_MESSAGE);
 				else
 					setVisible(false);

Modified: trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/ColorMapTable.java
===================================================================
--- trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/ColorMapTable.java	2011-01-27 18:21:10 UTC (rev 1464)
+++ trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/ColorMapTable.java	2011-01-27 20:38:28 UTC (rev 1465)
@@ -60,7 +60,7 @@
 	 * @see #resetCaptions(Map)
 	 */
 	public static final String TABLEHEADER_QUANTITY = ColorMapTable.class
-			.getName() + ".Header.QUANTITY";
+			.getSimpleName() + ".Header.QUANTITY";
 	/**
 	 * Key, um den 2. Tabellenkopf-Eintrag "Color" in der
 	 * {@link CaptionsChangeable}-Map anzusprechen.
@@ -68,7 +68,7 @@
 	 * @see #resetCaptions(Map)
 	 */
 	public static final String TABLEHEADER_COLOR = ColorMapTable.class
-			.getName() + ".Header.COLOR";
+			.getSimpleName() + ".Header.COLOR";
 	/**
 	 * Key, um den 3. Tabellenkopf-Eintrag "Label" in der
 	 * {@link CaptionsChangeable}-Map anzusprechen.
@@ -76,7 +76,7 @@
 	 * @see #resetCaptions(Map)
 	 */
 	public static final String TABLEHEADER_LABEL = ColorMapTable.class
-			.getName() + ".Header.LABEL";
+			.getSimpleName() + ".Header.LABEL";
 	/**
 	 * Key, um den 4. Tabellenkopf-Eintrag "Transparent" in der
 	 * {@link CaptionsChangeable}-Map anzusprechen.
@@ -84,7 +84,7 @@
 	 * @see #resetCaptions(Map)
 	 */
 	public static final String TABLEHEADER_OPACITY = ColorMapTable.class
-			.getName() + ".Header.OPACITY";
+			.getSimpleName() + ".Header.OPACITY";
 
 	/**
 	 * Erzeugt eine neue Tabelle

Modified: trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/FeatureCollectionFilterPanel.java
===================================================================
--- trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/FeatureCollectionFilterPanel.java	2011-01-27 18:21:10 UTC (rev 1464)
+++ trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/FeatureCollectionFilterPanel.java	2011-01-27 20:38:28 UTC (rev 1465)
@@ -94,7 +94,7 @@
 	 * @see #previewPanel
 	 */
 	public static final String PREVIEW_PANEL = FeatureCollectionFilterPanel.class
-			.getName()
+			.getSimpleName()
 			+ "filterPreviewPanel";
 	/**
 	 * Konstante fuer die Layout-Constraints des Testen-Button.
@@ -104,7 +104,7 @@
 	 * @see #testButton
 	 */
 	public static final String TEST_BUTTON = FeatureCollectionFilterPanel.class
-			.getName()
+			.getSimpleName()
 			+ ".TestButton";
 	/**
 	 * Konstante fuer die Layout-Constraints des Testen-Button.
@@ -113,7 +113,7 @@
 	 * @see #testButton
 	 */
 	public static final String TESTRESULT_LABEL = FeatureCollectionFilterPanel.class
-			.getName()
+			.getSimpleName()
 			+ ".TestResultLabel";
 	/**
 	 * Konstante fuer die Layout-Constraints des Details-Button.
@@ -122,7 +122,7 @@
 	 * @see #testResultDetails
 	 */
 	public static final String TESTRESULTDETAILS_BUTTON = FeatureCollectionFilterPanel.class
-			.getName()
+			.getSimpleName()
 			+ ".TestResultDetailsButton";
 	/**
 	 * Konstante fuer den Tooltip des Details-Button.
@@ -130,27 +130,27 @@
 	 * @see #testResultDetails
 	 */
 	public static final String TESTRESULTDETAILS_TOOLTIP = FeatureCollectionFilterPanel.class
-			.getName()
+			.getSimpleName()
 			+ ".TestResultDetailsToolTip";
 
 	/**
 	 * Constant for the BorderTitle of the results panel
 	 */
 	public static final String RESULTS_BORDER_TITLE = FeatureCollectionFilterPanel.class
-			.getName()
+			.getSimpleName()
 			+ ".ResultsBorderTitle";
 
 	/**
 	 * Constant for the BorderTitle of the filter definition part
 	 */
 	public static final String FILER_DEFINITION_BORDER_TITLE = FeatureCollectionFilterPanel.class
-			.getName()
+			.getSimpleName()
 			+ ".FilterDefinitionBorderTitle";
 	/**
 	 * Constant for the ToolTip of the preview mappane
 	 */
 	public static final String PREVIEW_MAPPANE_TOOLTIP = FeatureCollectionFilterPanel.class
-			.getName()
+			.getSimpleName()
 			+ ".PreviewMapPaneToolTip";
 
 	/** Panel fuer Filter-Vorschau. */

Modified: trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/FeatureLayerFilterDialog.java
===================================================================
--- trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/FeatureLayerFilterDialog.java	2011-01-27 18:21:10 UTC (rev 1464)
+++ trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/FeatureLayerFilterDialog.java	2011-01-27 20:38:28 UTC (rev 1465)
@@ -90,25 +90,25 @@
 	 * {@link CaptionsChangeable}-Map anzusprechen.
 	 */
 	public static final String DIALOG_TITLE = FeatureLayerFilterDialog.class
-			.getName() + ".TITLE";
+			.getSimpleName() + ".TITLE";
 	/**
 	 * Key, um den OK-Button des FeatureCollection-Filter-Dialogs in der
 	 * {@link CaptionsChangeable}-Map anzusprechen.
 	 */
 	public static final String OK_BUTTON = FeatureLayerFilterDialog.class
-			.getName() + ".OK";
+			.getSimpleName() + ".OK";
 	/**
 	 * Key, um den ABBRECHEN-Button des FeatureCollection-Filter-Dialogs in der
 	 * {@link CaptionsChangeable}-Map anzusprechen.
 	 */
 	public static final String CANCEL_BUTTON = FeatureLayerFilterDialog.class
-			.getName() + ".CANCEL";
+			.getSimpleName() + ".CANCEL";
 	/**
 	 * Key, um den ÜBERNEHMEN-Button des FeatureCollection-Filter-Dialogs in der
 	 * {@link CaptionsChangeable}-Map anzusprechen.
 	 */
 	public static final String APPLY_BUTTON = FeatureLayerFilterDialog.class
-			.getName() + ".APPLY";
+			.getSimpleName() + ".APPLY";
 
 	/** Panel in dem der Filter definiert und getestet werden kann. */
 	protected FeatureCollectionFilterPanel filterPanel = null;

Modified: trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/FeatureTablePane.java
===================================================================
--- trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/FeatureTablePane.java	2011-01-27 18:21:10 UTC (rev 1464)
+++ trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/FeatureTablePane.java	2011-01-27 20:38:28 UTC (rev 1465)
@@ -90,7 +90,7 @@
 	 * Constant for the ToolTip of the preview mappane
 	 */
 	public static final String PREVIEW_MAPPANE_TOOLTIP = FeatureTablePane.class
-			.getName() + ".PreviewMapPaneToolTip";
+			.getSimpleName() + ".PreviewMapPaneToolTip";
 
 	/**
 	 * Splitpane, das die Karten-Vorschau von der Tabelle trennt ({@code null}

Modified: trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/GeoPositionLabel.java
===================================================================
--- trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/GeoPositionLabel.java	2011-01-27 18:21:10 UTC (rev 1464)
+++ trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/GeoPositionLabel.java	2011-01-27 20:38:28 UTC (rev 1465)
@@ -93,7 +93,7 @@
 	 * Koordinate:
 	 */
 	private String preText = GeotoolsGUIUtil.RESOURCE
-			.getString(GeoPositionLabel.class.getName() + ".LABEL_PREFIX");
+			.getString(GeoPositionLabel.class.getSimpleName() + ".LABEL_PREFIX");
 
 	// Chaches, when the TT was updated the last time, since we do not want to
 	// update it on every mousemove. On the other hand the CRS may change, and
@@ -168,7 +168,7 @@
 			setToolTipText(preText
 					+ RESOURCE
 							.getString(
-									"schmitzm.geotools.gui.GridPanelFormatter.ToolTipTemplate",
+									"GridPanelFormatter.ToolTipTemplate",
 									GeotoolsGUIUtil.getTitleForCRS(actCoord
 											.getCoordinateReferenceSystem()),
 									CRSUtilities.getUnit(actCoord

Modified: trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/GeotoolsGUIUtil.java
===================================================================
--- trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/GeotoolsGUIUtil.java	2011-01-27 18:21:10 UTC (rev 1464)
+++ trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/GeotoolsGUIUtil.java	2011-01-27 20:38:28 UTC (rev 1465)
@@ -67,8 +67,8 @@
 
 	/**
 	 * {@link ResourceProvider}, der die Lokalisation fuer GUI-Komponenten des
-	 * Package {@code schmitzm.geotools.gui} zur Verfuegung stellt. Diese sind in
-	 * properties-Datein unter {@code schmitzm.geotools.gui.resource.locales}
+	 * Package {@code de.schmitzm.geotools.gui} zur Verfuegung stellt. Diese sind in
+	 * properties-Datein unter {@code de.schmitzm.geotools.gui.resource.locales}
 	 * hinterlegt.
 	 */
 	public static ResourceProvider RESOURCE = ResourceProvider.newInstance(
@@ -227,7 +227,7 @@
 	public static URL exportFeatureCollection(Component parent,
 			FeatureCollection<SimpleFeatureType, SimpleFeature> fc, String desc) {
 		String title = RESOURCE
-				.getString("schmitzm.geotools.gui.GeotoolsGUIUtil.SaveFeature");
+				.getString("GeotoolsGUIUtil.SaveFeature");
 		if (desc != null && !desc.trim().equals(""))
 			title += " [" + desc.trim() + "]";
 
@@ -274,7 +274,7 @@
 	public static URL exportGridCoverage2D(Component parent, GridCoverage2D gc,
 			String desc) {
 		String title = RESOURCE
-				.getString("schmitzm.geotools.gui.GeotoolsGUIUtil.SaveRaster");
+				.getString("GeotoolsGUIUtil.SaveRaster");
 		if (desc != null && !desc.trim().equals(""))
 			title += " [" + desc.trim() + "]";
 

Modified: trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/GridPanelFormatter.java
===================================================================
--- trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/GridPanelFormatter.java	2011-01-27 18:21:10 UTC (rev 1464)
+++ trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/GridPanelFormatter.java	2011-01-27 20:38:28 UTC (rev 1465)
@@ -174,7 +174,7 @@
 		if (crs == null)
 			return null;
 		return RESOURCE.getString(
-				"schmitzm.geotools.gui.GridPanelFormatter.ToolTipTemplate",
+				"GridPanelFormatter.ToolTipTemplate",
 				GeotoolsGUIUtil.getTitleForCRS(crs), CRSUtilities.getUnit(crs
 						.getCoordinateSystem()));
 	}

Modified: trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/GridPanelFormatter_DHDN.java
===================================================================
--- trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/GridPanelFormatter_DHDN.java	2011-01-27 18:21:10 UTC (rev 1464)
+++ trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/GridPanelFormatter_DHDN.java	2011-01-27 20:38:28 UTC (rev 1465)
@@ -93,7 +93,7 @@
 
 	@Override
 	public String getTitle() {
-		return RESOURCE.getString("schmitzm.geotools.gui.GridPanelFormatter_DHDN.title");
+		return RESOURCE.getString("GridPanelFormatter_DHDN.title");
 	}
 
 	@Override

Modified: trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/GridPanelFormatter_LatLon1.java
===================================================================
--- trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/GridPanelFormatter_LatLon1.java	2011-01-27 18:21:10 UTC (rev 1464)
+++ trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/GridPanelFormatter_LatLon1.java	2011-01-27 20:38:28 UTC (rev 1465)
@@ -135,12 +135,12 @@
 		if (degrees != 0 || minutes != 0) {
 			if (panel.isVertical())
 				coordStr += RES
-						.getString((coord < 0) ? "schmitzm.geotools.gui.GeotoolsGUIUtil.SOUTH.Abb"
-								: "schmitzm.geotools.gui.GeotoolsGUIUtil.NORTH.Abb");
+						.getString((coord < 0) ? "GeotoolsGUIUtil.SOUTH.Abb"
+								: "GeotoolsGUIUtil.NORTH.Abb");
 			else
 				coordStr += RES
-						.getString((coord < 0) ? "schmitzm.geotools.gui.GeotoolsGUIUtil.WEST.Abb"
-								: "schmitzm.geotools.gui.GeotoolsGUIUtil.EAST.Abb");
+						.getString((coord < 0) ? "GeotoolsGUIUtil.WEST.Abb"
+								: "GeotoolsGUIUtil.EAST.Abb");
 		}
 		return coordStr;
 	}
@@ -158,7 +158,7 @@
 	@Override
 	public String getTitle() {
 		return RESOURCE
-				.getString("schmitzm.geotools.gui.GridPanelFormatter_LatLon1.title");
+				.getString("GridPanelFormatter_LatLon1.title");
 	}
 	
 	final String DEMO_TEXT = "90\u00b030' N";

Modified: trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/JMapEditorPane.java
===================================================================
--- trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/JMapEditorPane.java	2011-01-27 18:21:10 UTC (rev 1464)
+++ trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/JMapEditorPane.java	2011-01-27 20:38:28 UTC (rev 1465)
@@ -395,7 +395,7 @@
     // displayed, so that a CRS and geo-position is available
     // for the new layer
     if ( getMapArea() == null )
-      throw new UnsupportedOperationException( GeotoolsGUIUtil.RESOURCE.getString("schmitzm.geotools.gui.JMapEditorPane.Err.MissingMap") );
+      throw new UnsupportedOperationException( GeotoolsGUIUtil.RESOURCE.getString("JMapEditorPane.Err.MissingMap") );
     // cancel active editings
     cancelEditing();
     editorMode = mode;
@@ -462,9 +462,9 @@
       return;
 
     if ( editorGeometryForm == GeometryForm.LINE && segmUndoPoints.size() < 2 )
-      throw new UnsupportedOperationException( GeotoolsGUIUtil.RESOURCE.getString("schmitzm.geotools.gui.JMapEditorPane.Err.Line.LessPoints") );
+      throw new UnsupportedOperationException( GeotoolsGUIUtil.RESOURCE.getString("JMapEditorPane.Err.Line.LessPoints") );
     if ( editorGeometryForm == GeometryForm.POLYGON && segmUndoPoints.size() < 3 )
-      throw new UnsupportedOperationException( GeotoolsGUIUtil.RESOURCE.getString("schmitzm.geotools.gui.JMapEditorPane.Err.Polygon.LessPoints") );
+      throw new UnsupportedOperationException( GeotoolsGUIUtil.RESOURCE.getString("JMapEditorPane.Err.Polygon.LessPoints") );
 
     // close a polygon automatically
     if ( editorGeometryForm == GeometryForm.POLYGON &&
@@ -825,7 +825,7 @@
         attrInputOption.setValue(feature);
         Object[] value = MultipleOptionPane.showMultipleInputDialog(
                             this,
-                            GeotoolsGUIUtil.RESOURCE.getString("schmitzm.geotools.gui.JMapEditorToolBar.NewFeature.title"),
+                            GeotoolsGUIUtil.RESOURCE.getString("JMapEditorToolBar.NewFeature.title"),
                             attrInputOption
         );
         if ( value == null )

Modified: trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/JMapEditorToolBar.java
===================================================================
--- trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/JMapEditorToolBar.java	2011-01-27 18:21:10 UTC (rev 1464)
+++ trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/JMapEditorToolBar.java	2011-01-27 20:38:28 UTC (rev 1465)
@@ -496,7 +496,7 @@
 
 	protected static String getResourceString(String key, Object... params) {
 		return GeotoolsGUIUtil.RESOURCE.getString(
-				"schmitzm.geotools.gui.JMapEditorToolBar." + key, params);
+				"JMapEditorToolBar." + key, params);
 	}
 
 	/**

Modified: trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/MapActionControlPane.java
===================================================================
--- trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/MapActionControlPane.java	2011-01-27 18:21:10 UTC (rev 1464)
+++ trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/MapActionControlPane.java	2011-01-27 20:38:28 UTC (rev 1465)
@@ -118,14 +118,14 @@
 	 * 
 	 * @see #resetCaptions(Map)
 	 */
-	public static final String INFO = MapActionControlPane.class.getName()
+	public static final String INFO = MapActionControlPane.class.getSimpleName()
 			+ ".INFO";
 	/**
 	 * Key-Konstante um die Aktion "Zoom" anzusprechen.
 	 * 
 	 * @see #resetCaptions(Map)
 	 */
-	public static final String ZOOM_IN = MapActionControlPane.class.getName()
+	public static final String ZOOM_IN = MapActionControlPane.class.getSimpleName()
 			+ ".ZOOM_IN";
 	/**
 	 * Key-Konstante um die Aktion "SelectAll" anzusprechen.
@@ -133,14 +133,14 @@
 	 * @see #resetCaptions(Map)
 	 */
 	public static final String SELECT_ALL = MapActionControlPane.class
-			.getName() + ".SELECT_ALL";
+			.getSimpleName() + ".SELECT_ALL";
 	/**
 	 * Key-Konstante um die Aktion "SelectTop" anzusprechen.
 	 * 
 	 * @see #resetCaptions(Map)
 	 */
 	public static final String SELECT_TOP = MapActionControlPane.class
-			.getName() + ".SELECT_TOP";
+			.getSimpleName() + ".SELECT_TOP";
 
 	/** {@link SelectableXMapPane} das gesteuert wird. */
 	protected SelectableXMapPane mapPane = null;

Modified: trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/MapContextControlPane.java
===================================================================
--- trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/MapContextControlPane.java	2011-01-27 18:21:10 UTC (rev 1464)
+++ trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/MapContextControlPane.java	2011-01-27 20:38:28 UTC (rev 1465)
@@ -82,67 +82,67 @@
 	 * {@link CaptionsChangeable}-Map anzusprechen.
 	 */
 	public static final String MENU_MOVE_LAYER_UP = MapContextControlPane.class
-			.getName() + ".Menu.MOVE_UP";
+			.getSimpleName() + ".Menu.MOVE_UP";
 	/**
 	 * Key, um den Menue-Eintrag "Move layer down" in der
 	 * {@link CaptionsChangeable}-Map anzusprechen.
 	 */
 	public static final String MENU_MOVE_LAYER_DOWN = MapContextControlPane.class
-			.getName() + ".Menu.MOVE_DOWN";
+			.getSimpleName() + ".Menu.MOVE_DOWN";
 	/**
 	 * Key, um den Menue-Eintrag "Zoom to layer" in der
 	 * {@link CaptionsChangeable}-Map anzusprechen.
 	 */
 	public static final String MENU_ZOOM_TO_LAYER = MapContextControlPane.class
-			.getName() + ".Menu.ZOOM_TO";
+			.getSimpleName() + ".Menu.ZOOM_TO";
 	/**
 	 * Key, um den Menue-Eintrag "SimpleFeature-Filter..." in der
 	 * {@link CaptionsChangeable}-Map anzusprechen.
 	 */
 	public static final String MENU_FILTER_LAYER = MapContextControlPane.class
-			.getName() + ".Menu.FILTER";
+			.getSimpleName() + ".Menu.FILTER";
 	/**
 	 * Key, um den Menue-Eintrag "Recolor..." in der {@link CaptionsChangeable}
 	 * -Map anzusprechen.
 	 */
 	public static final String MENU_RECOLOR_LAYER = MapContextControlPane.class
-			.getName() + ".Menu.RECOLOR";
+			.getSimpleName() + ".Menu.RECOLOR";
 	/**
 	 * Key, um den Menue-Eintrag "Remove layer" in der
 	 * {@link CaptionsChangeable}-Map anzusprechen.
 	 */
 	public static final String MENU_REMOVE_LAYER = MapContextControlPane.class
-			.getName() + ".Menu.REMOVE";
+			.getSimpleName() + ".Menu.REMOVE";
 	/**
 	 * Key, um den Menue-Eintrag "Show all layers" in der
 	 * {@link CaptionsChangeable}-Map anzusprechen.
 	 */
 	public static final String MENU_SHOW_ALL_LAYERS = MapContextControlPane.class
-			.getName() + ".Menu.SHOWALL";
+			.getSimpleName() + ".Menu.SHOWALL";
 	/**
 	 * Key, um den Menue-Eintrag "Hide all layers" in der
 	 * {@link CaptionsChangeable}-Map anzusprechen.
 	 */
 	public static final String MENU_HIDE_ALL_LAYERS = MapContextControlPane.class
-			.getName() + ".Menu.HIDEALL";
+			.getSimpleName() + ".Menu.HIDEALL";
 	/**
 	 * Key, um den Menue-Eintrag "Invert all layers" in der
 	 * {@link CaptionsChangeable}-Map anzusprechen.
 	 */
 	public static final String MENU_INVERT_ALL_LAYERS = MapContextControlPane.class
-			.getName() + ".Menu.INVERTALL";
+			.getSimpleName() + ".Menu.INVERTALL";
 	/**
 	 * Key, um den Unter-Menue-Eintrag "Customize color map" in der
 	 * {@link CaptionsChangeable}-Map anzusprechen.
 	 */
 	public static final String MENU_CUSTOMIZE_COLOR = MapContextControlPane.class
-			.getName() + ".Menu.CUSTOMIZE";
+			.getSimpleName() + ".Menu.CUSTOMIZE";
 	/**
 	 * Key, um den Titel des Farbpaletten-Dialogs in der
 	 * {@link CaptionsChangeable}-Map anzusprechen.
 	 */
 	public static final String CM_DIALOG_TITLE = MapContextControlPane.class
-			.getName() + ".ColorMapDialog.TITLE";
+			.getSimpleName() + ".ColorMapDialog.TITLE";
 	/**
 	 * Key, um den 1. Tabellenkopf-Eintrag "Quantity" des Farbpaletten-Dialogs
 	 * in der {@link CaptionsChangeable}-Map anzusprechen.
@@ -163,37 +163,37 @@
 	 * {@link CaptionsChangeable}-Map anzusprechen.
 	 */
 	public static final String CM_DIALOG_OK = MapContextControlPane.class
-			.getName() + ".ColorMapDialog.OK";
+			.getSimpleName() + ".ColorMapDialog.OK";
 	/**
 	 * Key, um den ABBRECHEN-Button des Farbpaletten-Dialogs in der
 	 * {@link CaptionsChangeable}-Map anzusprechen.
 	 */
 	public static final String CM_DIALOG_CANCEL = MapContextControlPane.class
-			.getName() + ".ColorMapDialog.CANCEL";
+			.getSimpleName() + ".ColorMapDialog.CANCEL";
 	/**
 	 * Key, um den SPEICHERN-Button des Farbpaletten-Dialogs in der
 	 * {@link CaptionsChangeable}-Map anzusprechen.
 	 */
 	public static final String CM_DIALOG_SAVE = MapContextControlPane.class
-			.getName() + ".ColorMapDialog.SAVE";
+			.getSimpleName() + ".ColorMapDialog.SAVE";
 	/**
 	 * Key, um den ÜBERNEHMEN-Button des Farbpaletten-Dialogs in der
 	 * {@link CaptionsChangeable}-Map anzusprechen.
 	 */
 	public static final String CM_DIALOG_APPLY = MapContextControlPane.class
-			.getName() + ".ColorMapDialog.APPLY";
+			.getSimpleName() + ".ColorMapDialog.APPLY";
 	/**
 	 * Key, um den Titel des Farbpaletten-Speichern-Dialogs in der
 	 * {@link CaptionsChangeable}-Map anzusprechen.
 	 */
 	public static final String CM_SAVE_DIALOG_TITLE = MapContextControlPane.class
-			.getName() + ".SaveColorMapDialog.TITLE";
+			.getSimpleName() + ".SaveColorMapDialog.TITLE";
 	/**
 	 * Key, um den Text des Farbpaletten-Speichern-Dialogs in der
 	 * {@link CaptionsChangeable}-Map anzusprechen.
 	 */
 	public static final String CM_SAVE_DIALOG_QUESTION = MapContextControlPane.class
-			.getName() + ".SaveColorMapDialog.QUESTION";
+			.getSimpleName() + ".SaveColorMapDialog.QUESTION";
 	/**
 	 * Key, um den Titel des FeatureCollection-Filter-Dialogs in der
 	 * {@link CaptionsChangeable}-Map anzusprechen.

Modified: trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/RasterPositionLabel.java
===================================================================
--- trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/RasterPositionLabel.java	2011-01-27 18:21:10 UTC (rev 1464)
+++ trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/RasterPositionLabel.java	2011-01-27 20:38:28 UTC (rev 1465)
@@ -90,7 +90,7 @@
 	 * SK 12.12.09: static entfernt, da sonst das Sprachenumschalten die Cpation nicht gewechselt hat.
 	 */
 	public final String LABEL_PREFIX = RasterPositionLabel.class
-			.getName()
+			.getSimpleName()
 			+ ".LABEL_PREFIX";
 	
 	

Modified: trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/SelectableFeatureTablePane.java
===================================================================
--- trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/SelectableFeatureTablePane.java	2011-01-27 18:21:10 UTC (rev 1464)
+++ trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/SelectableFeatureTablePane.java	2011-01-27 20:38:28 UTC (rev 1465)
@@ -207,21 +207,21 @@
 		switch (FeatureUtil.getGeometryForm(getFeatureCollection())) {
 		case LINE:
 			localizedGeometryTypeName = GeotoolsGUIUtil
-					.R("schmitzm.geotools.gui.SelectableFeatureTablePane.selectionStatus.lines");
+					.R("SelectableFeatureTablePane.selectionStatus.lines");
 			break;
 		case POLYGON:
 			localizedGeometryTypeName = GeotoolsGUIUtil
-					.R("schmitzm.geotools.gui.SelectableFeatureTablePane.selectionStatus.polygons");
+					.R("SelectableFeatureTablePane.selectionStatus.polygons");
 			break;
 		case POINT:
 			localizedGeometryTypeName = GeotoolsGUIUtil
-					.R("schmitzm.geotools.gui.SelectableFeatureTablePane.selectionStatus.points");
+					.R("SelectableFeatureTablePane.selectionStatus.points");
 			break;
 		}
 
 		statusLabel
 				.setText(GeotoolsGUIUtil
-						.R("schmitzm.geotools.gui.SelectableFeatureTablePane.selectionStatus",
+						.R("SelectableFeatureTablePane.selectionStatus",
 								selectedAnz, totalAnz,
 								localizedGeometryTypeName));
 
@@ -275,7 +275,7 @@
 				.putValue(
 						Action.SHORT_DESCRIPTION,
 						GeotoolsGUIUtil
-								.R("schmitzm.geotools.gui.SelectableFeatureTablePane.button.clearSelection.tt"));
+								.R("SelectableFeatureTablePane.button.clearSelection.tt"));
 		toolBar.add(clearSelectionAction);
 
 		/**
@@ -322,7 +322,7 @@
 				.putValue(
 						Action.SHORT_DESCRIPTION,
 						GeotoolsGUIUtil
-								.R("schmitzm.geotools.gui.SelectableFeatureTablePane.button.selectionToTop.tt"));
+								.R("SelectableFeatureTablePane.button.selectionToTop.tt"));
 		toolBar.add(selectionToTopAction);
 
 		/**
@@ -359,7 +359,7 @@
 				.putValue(
 						Action.SHORT_DESCRIPTION,
 						GeotoolsGUIUtil
-								.R("schmitzm.geotools.gui.SelectableFeatureTablePane.button.invertSelection.tt"));
+								.R("SelectableFeatureTablePane.button.invertSelection.tt"));
 		toolBar.add(selectionInverseAction);
 
 		/**
@@ -385,7 +385,7 @@
 					.putValue(
 							Action.SHORT_DESCRIPTION,
 							GeotoolsGUIUtil
-									.R("schmitzm.geotools.gui.SelectableFeatureTablePane.button.zoomToSelection.tt"));
+									.R("SelectableFeatureTablePane.button.zoomToSelection.tt"));
 			toolBar.add(zoomToSelection);
 		}
 

Modified: trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/StyleToolBar.java
===================================================================
--- trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/StyleToolBar.java	2011-01-27 18:21:10 UTC (rev 1464)
+++ trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/StyleToolBar.java	2011-01-27 20:38:28 UTC (rev 1465)
@@ -62,7 +62,7 @@
 public class StyleToolBar extends JToolBar implements InputOptionListener {
 	protected static final Logger LOGGER = Logger.getLogger(JMapEditorToolBar.class.getName());
 	
-	private static final String RES_PREFIX = StyleToolBar.class.getName();
+	private static final String RES_PREFIX = StyleToolBar.class.getSimpleName();
      
 	/** Identifies the "fill color" (value type {@link Color}) for the
 	 *  {@link PropertyChangeListener}.

Modified: trunk/schmitzm-gt/src/main/resources/de/schmitzm/geotools/feature/resource/locales/FeatureResourceBundle.properties
===================================================================
--- trunk/schmitzm-gt/src/main/resources/de/schmitzm/geotools/feature/resource/locales/FeatureResourceBundle.properties	2011-01-27 18:21:10 UTC (rev 1464)
+++ trunk/schmitzm-gt/src/main/resources/de/schmitzm/geotools/feature/resource/locales/FeatureResourceBundle.properties	2011-01-27 20:38:28 UTC (rev 1465)
@@ -27,32 +27,7 @@
 #    Martin O. J. Schmitz - initial API and implementation
 #    Stefan A. Tzeggai - additional utility classes
 ##########
-#This file is part of the SCHMITZM library - a collection of utility 
-#classes based on Java 1.6, focussing (not only) on Java Swing 
-#and the Geotools library.
-#
-#The SCHMITZM project is hosted at:
-#http://wald.intevation.org/projects/schmitzm/
-#
-#This program 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 3
-#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 Lesser General Public License (license.txt)
-#along with this program; if not, write to the Free Software
-#Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-#or try this link: http://www.gnu.org/licenses/lgpl.html
-#
-#Contributors:
-#    Martin O. J. Schmitz - initial API and implementation
-#    Stefan A. Tzeggai - additional utility classes
-##########
+
 # -----------------------------------------------------------
 # ------ Default Translations (english) for components ------
 # ------ in Package schmitzm.geotools.feature          ------

Modified: trunk/schmitzm-gt/src/main/resources/de/schmitzm/geotools/gui/resource/locales/GTResourceBundle.properties
===================================================================
--- trunk/schmitzm-gt/src/main/resources/de/schmitzm/geotools/gui/resource/locales/GTResourceBundle.properties	2011-01-27 18:21:10 UTC (rev 1464)
+++ trunk/schmitzm-gt/src/main/resources/de/schmitzm/geotools/gui/resource/locales/GTResourceBundle.properties	2011-01-27 20:38:28 UTC (rev 1465)
@@ -47,150 +47,153 @@
 
 #Revised by ResourceProviderOperator (Unused keys removed)
 #Thu Jan 27 15:04:29 CET 2011
-schmitzm.geotools.feature.FeatureTableModel.AttrType=Type
-schmitzm.geotools.gui.GeotoolsGUIUtil.SOUTH.Abb=S
-schmitzm.geotools.gui.SelectableFeatureTablePane.selectionStatus.points=points
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.Err.AutoVal=Auto value not supported for attribut type '${0}'.
-schmitzm.geotools.gui.GeotoolsGUIUtil.East=East
-schmitzm.geotools.gui.GeoPositionLabel.LABEL_PREFIX=Mouse coordinate\:  
-schmitzm.geotools.gui.CRSSelectionDialog.mandatory=CRS must be specified\!
-org.geotools.styling.ColorMap.TYPE_RAMP=Color interpolation
+
+#Revised by ResourceProviderOperator (Unused keys removed)
+#Thu Jan 27 20:45:25 WAT 2011
+AtlasFeatureLayerFilterDialog.AttributeTableHeader.Description=Description
+AtlasFeatureLayerFilterDialog.AttributeTableHeader.Name=Name
+AtlasFeatureLayerFilterDialog.AttributeTableHeader.Unit=Unit
 AtlasFeatureLayerFilterDialog.AttributeTableHeader.VariableName=Variable
-schmitzm.geotools.gui.MapContextControlPane.Menu.CUSTOMIZE=Customize...
-schmitzm.geotools.gui.MapContextControlPane.SaveColorMapDialog.TITLE=New color map
-schmitzm.geotools.gui.MapActionControlPane.SELECT_ALL=Select from all layers
-schmitzm.geotools.gui.GeotoolsGUIUtil.EAST.Abb=E
-org.geotools.styling.ColorMapTable.Title.CHOOSE_COLOR=Choose color\:
-schmitzm.geotools.gui.StyleToolBar.BorderWidth=Border width
+AtlasFeatureLayerFilterDialog.WindowTitle=Filter by attribute\: ${0}
+Attribute=Attribute
+Attributes=Attributes
+CRSLabel=Map shown in\: ${0} 
+CRSLabel.TT=Shows the coordinate reference system (CRS) of the map. 
+FilterTableCellEditor.FilterDialogTitle=Filter for ${0} (${1}), ${2}
+Logoposition.BOTTOMLEFT=bottom-left
+Logoposition.BOTTOMRIGHT=bottom-right
 Logoposition.TOPLEFT=top-left
-schmitzm.geotools.gui.MapContextControlPane.Menu.ZOOM_TO=Zoom to layer
+Logoposition.TOPRIGHT=top-right
+MapPaneButtons.Info.TT=Get information about objects 
 MapPaneButtons.LastZoom.TT=Go to last map extend
-schmitzm.geotools.gui.FeatureLayerFilterDialog.TITLE=Feature-Filter
-FilterTableCellEditor.FilterDialogTitle=Filter for ${0} (${1}), ${2}
-SearchMapDialog.Results.Column.Layer=found in
-schmitzm.geotools.gui.GeotoolsGUIUtil.North=Nord
-schmitzm.geotools.gui.MapActionControlPane.SELECT_TOP=Select from top layer
-MapPaneButtons.Info.TT=Get information about objects 
-schmitzm.geotools.gui.GeotoolsGUIUtil.NORTH=North
-schmitzm.geotools.gui.StyleToolBar.FillColor=Fill
-schmitzm.geotools.feature.FeatureTableModel.AttrName=Attribute
-schmitzm.geotools.gui.GeotoolsGUIUtil.South=South
-schmitzm.geotools.gui.FeatureCollectionFilterPanel.PreviewMapPaneToolTip=Red features are included by the filter,\ngray features are not.
-org.geotools.styling.ColorMap.TYPE_INTERVALS=Classifying intervals
-schmitzm.geotools.gui.GeotoolsGUIUtil.SOUTH=South
-ScalePane.PixelMetersScale=1 pixel \= {0} meters
-schmitzm.geotools.gui.MapContextControlPane.SaveColorMapDialog.QUESTION=Enter a name for the new color map...
-schmitzm.geotools.gui.JMapEditorToolBar.NewFeature.title=New feature attributes
-schmitzm.geotools.gui.CRSSelectionDialog.button.default=Default CRS (${0})
-schmitzm.geotools.gui.SelectableFeatureTablePane.button.selectionToTop.tt=Move selected to the top of the table
 MapPaneButtons.NextZoom.TT=Go to next map extend
-schmitzm.geotools.gui.ColorMapTable.Header.COLOR=Color
-schmitzm.geotools.gui.MapContextControlPane.Menu.MOVE_DOWN=Move layer DOWN
-schmitzm.geotools.gui.SelectableFeatureTablePane.button.clearSelection.tt=Clear selection
-schmitzm.geotools.gui.MapActionControlPane.INFO=Info
-schmitzm.geotools.gui.GeotoolsGUIUtil.LoadFeature=Load vector
-Attribute=Attribute
-schmitzm.geotools.gui.MapContextControlPane.Menu.HIDEALL=Hide all layers
-org.geotools.styling.StyleBuilder.MARK_CROSS=Cross
 MapPaneButtons.Pan.TT=Move the visible map extend
-schmitzm.geotools.gui.JMapEditorToolBar.button.edit.redo=Redo last undone editing operation
-schmitzm.geotools.gui.FeatureCollectionFilterPanel.ResultsBorderTitle=Filter result\:
-schmitzm.geotools.gui.StyleToolBar.BorderColor=Border
-schmitzm.geotools.gui.SelectableFeatureTablePane.selectionStatus=${0} of ${1} ${2} selected.
-org.geotools.styling.StyleBuilder.MARK_STAR=Star
-schmitzm.geotools.gui.CRSSelectionDialog.button.predefined=Predefined
-schmitzm.geotools.gui.FeatureTypeBuilderTableModel.NewAttr=ATTR_${0}
-schmitzm.geotools.gui.CRSSelectionDialog.button.userDefined=User defined\:
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.title=Layer title
-schmitzm.geotools.gui.JMapEditorToolBar.button.edit.clear=Undo all editing operation
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.ftype.title=Non-Geometric attributes
-schmitzm.geotools.gui.CRSSelectionDialog.button.wgs84=WGS-84 CRS
-schmitzm.geotools.gui.JMapEditorToolBar.button.edit.undo=Undo last editing operation
-schmitzm.geotools.gui.SelectableFeatureTablePane.button.zoomToSelection.tt=Zoom to selected features
-schmitzm.geotools.gui.FeatureTypeBuilderTableModel.DefValue=Default
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.title.default=New Layer
-schmitzm.geotools.gui.RasterPositionLabel.LABEL_PREFIX=Raster value
-schmitzm.geotools.gui.MapContextControlPane.ColorMapDialog.TITLE=Color map
-schmitzm.geotools.gui.GeotoolsGUIUtil.WEST.Abb=W
-schmitzm.geotools.gui.FeatureCollectionFilterPanel.TestButton=Test filter
-schmitzm.geotools.gui.FeatureTablePane.PreviewMapPaneToolTip=Red features are selected,\ngray features are not.
+MapPaneButtons.Selection.AddSelection.TT=Add objects to current selection
 MapPaneButtons.Selection.ClearSelection.TT=Clear all selections
-schmitzm.geotools.gui.CRSSelectionDialog.init.crs.mess=Initialize CRS database. Please wait...
+MapPaneButtons.Selection.RemoveSelection.TT=Remove objects from current selection 
+MapPaneButtons.Selection.SetSelection.TT=Select objects to be selected
+MapPaneButtons.ZoomIn.TT=Zoom nearer to the map
 MapPaneButtons.ZoomOut.TT=Zoom away from the map
+ScalePane.OGCScaleDenominator=Scale\: 1\:${0}
+ScalePane.PixelMetersScale=1 pixel \= {0} meters
+SearchMapDialog.Explanation=<html>Here you can search all of the map's <b>labels</b>.</html>  
+SearchMapDialog.Results.Column.Layer=found in
+SearchMapDialog.Results.Column.Name=name
+SearchMapDialog.resultsTable.tt=Click on a result to show it. 
+SearchMapDialog.searchString.Label=Enter search string\:
+SearchMapDialog.searchString.tt=Enter text and press [Enter or Return].
 SearchMapDialog.title=Search labels in map\: ${0}
-schmitzm.geotools.gui.GeotoolsGUIUtil.NORTH.Abb=N
-schmitzm.geotools.gui.MapContextControlPane.Menu.REMOVE=Remove layer
+org.geotools.styling.ColorMap.TYPE_INTERVALS=Classifying intervals
+org.geotools.styling.ColorMap.TYPE_RAMP=Color interpolation
 org.geotools.styling.ColorMap.TYPE_VALUES=Classifying values
-schmitzm.geotools.feature.FeatureTableModel.AttrValue=Value
-schmitzm.geotools.gui.FeatureCollectionFilterPanel.TestResultDetailsButton=?
-schmitzm.geotools.gui.FeatureTypeBuilderTableModel.Nillable=Nillable
-SearchMapDialog.searchString.Label=Enter search string\:
-schmitzm.geotools.gui.JMapEditorToolBar.button.layer.cancel=Abort layer
-org.geotools.styling.StyleBuilder.MARK_X=X
-SearchMapDialog.resultsTable.tt=Click on a result to show it. 
-schmitzm.geotools.gui.ColorMapTable.Header.QUANTITY=Quantity
-schmitzm.geotools.gui.JMapEditorToolBar.button.layer.save=Finish layer
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.type.polygon=Polygon layer
+org.geotools.styling.ColorMapTable.Title.CHOOSE_COLOR=Choose color\:
+org.geotools.styling.StyleBuilder.MARK_ARROW=Arrow
 org.geotools.styling.StyleBuilder.MARK_CIRCLE=Circle
-AtlasFeatureLayerFilterDialog.WindowTitle=Filter by attribute\: ${0}
-schmitzm.geotools.gui.MapContextControlPane.Menu.SHOWALL=Show all layers
-schmitzm.geotools.gui.MapContextControlPane.Menu.RECOLOR=Recolor layer
-schmitzm.geotools.gui.GeotoolsGUIUtil.LoadRaster=Load raster
-schmitzm.geotools.gui.MapContextControlPane.Menu.MOVE_UP=Move layer UP
+org.geotools.styling.StyleBuilder.MARK_CROSS=Cross
+org.geotools.styling.StyleBuilder.MARK_SQUARE=Square
+org.geotools.styling.StyleBuilder.MARK_STAR=Star
 org.geotools.styling.StyleBuilder.MARK_TRIANGLE=Triangle
-schmitzm.geotools.gui.ColorMapTable.Header.OPACITY=Transparent
-SearchMapDialog.Results.Column.Name=name
-MapPaneButtons.Selection.AddSelection.TT=Add objects to current selection
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.type.point=Point layer
-SearchMapDialog.Explanation=<html>Here you can search all of the map's <b>labels</b>.</html>  
-org.geotools.styling.StyleBuilder.MARK_SQUARE=Square
-schmitzm.geotools.gui.ColorMapTable.Header.LABEL=Label
-schmitzm.geotools.gui.GridPanelFormatter_DHDN.title=1,234,567 (H|R)
-schmitzm.geotools.gui.GeotoolsGUIUtil.SaveFeature=Save vector
-ScalePane.OGCScaleDenominator=Scale\: 1\:${0}
-org.geotools.styling.StyleBuilder.MARK_ARROW=Arrow
-schmitzm.geotools.gui.JMapEditorPane.Err.MissingMap=First a layer must be displayed (to define CRS and geo-position).
-schmitzm.geotools.gui.FeatureCollectionFilterPanel.FilterDefinitionBorderTitle=Define filter\:
-schmitzm.geotools.gui.GridPanelFormatter.ToolTipTemplate=${0} in unit ${1}
-schmitzm.geotools.gui.MapActionControlPane.ZOOM_OUT=Zoom out
-MapPaneButtons.ZoomIn.TT=Zoom nearer to the map
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.type.line=Line layer
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.dialog.title=Create new layer...
-SearchMapDialog.searchString.tt=Enter text and press [Enter or Return].
-schmitzm.geotools.gui.JMapEditorPane.Err.Polygon.LessPoints=For a polygon feature at least 3 points must be specified\!
-schmitzm.geotools.gui.GridPanelFormatter_LatLon1.title=deegree\u00B0 minute' (N|E|S|W)
-schmitzm.geotools.gui.JMapEditorToolBar.button.edit.finish=Start new feature
-schmitzm.geotools.gui.FeatureCollectionFilterPanel.TestResultDetailsToolTip=Show error details...
-schmitzm.geotools.gui.CRSSelectionDialog.title=Choose a coordinate reference system (CRS)
-AtlasFeatureLayerFilterDialog.AttributeTableHeader.Name=Name
-Attributes=Attributes
-schmitzm.geotools.gui.MapActionControlPane.ZOOM_IN=Zoom in
-schmitzm.geotools.gui.MapContextControlPane.Menu.FILTER=Filter layer...
-CRSLabel.TT=Shows the coordinate reference system (CRS) of the map. 
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.type=Layer type
-Logoposition.TOPRIGHT=top-right
-schmitzm.geotools.gui.FeatureTypeBuilderTableModel.AutoValue=Auto
-schmitzm.geotools.gui.FeatureTypeBuilderTableModel.AttrType=Type
-schmitzm.geotools.gui.SelectableFeatureTablePane.selectionStatus.polygons=polygons
-schmitzm.geotools.gui.GeotoolsGUIUtil.Save=Save
-schmitzm.geotools.gui.GeotoolsGUIUtil.WEST=West
-schmitzm.geotools.gui.MapContextControlPane.Menu.INVERTALL=Invert all layers
-schmitzm.geotools.gui.JMapEditorPane.Err.Line.LessPoints=For a line feature at least 2 points must be specified\!
-schmitzm.geotools.gui.JMapEditorToolBar.button.layer.new=Create new layer
-schmitzm.geotools.gui.GeotoolsGUIUtil.West=West
-schmitzm.geotools.gui.GeotoolsGUIUtil.Load=Load
-MapPaneButtons.Selection.RemoveSelection.TT=Remove objects from current selection 
-AtlasFeatureLayerFilterDialog.AttributeTableHeader.Description=Description
-schmitzm.geotools.gui.StyleToolBar.PointMark=Point style
-schmitzm.geotools.gui.GeotoolsGUIUtil.SaveRaster=Save raster
-CRSLabel=Map shown in\: ${0} 
-MapPaneButtons.Selection.SetSelection.TT=Select objects to be selected
-Logoposition.BOTTOMLEFT=bottom-left
-AtlasFeatureLayerFilterDialog.AttributeTableHeader.Unit=Unit
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.Err.GeomAttr=Attribute name '${0}' reserverd for default geometry.
-schmitzm.geotools.gui.SelectableFeatureTablePane.selectionStatus.lines=lines
-schmitzm.geotools.gui.CRSSelectionDialog.init.crs.title=CRS database
-Logoposition.BOTTOMRIGHT=bottom-right
-schmitzm.geotools.gui.FeatureTypeBuilderTableModel.AttrName=Name
-schmitzm.geotools.gui.GeotoolsGUIUtil.EAST=East
-schmitzm.geotools.gui.SelectableFeatureTablePane.button.invertSelection.tt=Invert selection
+org.geotools.styling.StyleBuilder.MARK_X=X
+FeatureTableModel.AttrName=Attribute
+FeatureTableModel.AttrType=Type
+FeatureTableModel.AttrValue=Value
+CRSSelectionDialog.button.default=Default CRS (${0})
+CRSSelectionDialog.button.predefined=Predefined
+CRSSelectionDialog.button.userDefined=User defined\:
+CRSSelectionDialog.button.wgs84=WGS-84 CRS
+CRSSelectionDialog.init.crs.mess=Initialize CRS database. Please wait...
+CRSSelectionDialog.init.crs.title=CRS database
+CRSSelectionDialog.mandatory=CRS must be specified\!
+CRSSelectionDialog.title=Choose a coordinate reference system (CRS)
+ColorMapTable.Header.COLOR=Color
+ColorMapTable.Header.LABEL=Label
+ColorMapTable.Header.OPACITY=Transparent
+ColorMapTable.Header.QUANTITY=Quantity
+FeatureCollectionFilterPanel.FilterDefinitionBorderTitle=Define filter\:
+FeatureCollectionFilterPanel.PreviewMapPaneToolTip=Red features are included by the filter,\ngray features are not.
+FeatureCollectionFilterPanel.ResultsBorderTitle=Filter result\:
+FeatureCollectionFilterPanel.TestButton=Test filter
+FeatureCollectionFilterPanel.TestResultDetailsButton=?
+FeatureCollectionFilterPanel.TestResultDetailsToolTip=Show error details...
+FeatureLayerFilterDialog.TITLE=Feature-Filter
+FeatureTablePane.PreviewMapPaneToolTip=Red features are selected,\ngray features are not.
+FeatureTypeBuilderTableModel.AttrName=Name
+FeatureTypeBuilderTableModel.AttrType=Type
+FeatureTypeBuilderTableModel.AutoValue=Auto
+FeatureTypeBuilderTableModel.DefValue=Default
+FeatureTypeBuilderTableModel.NewAttr=ATTR_${0}
+FeatureTypeBuilderTableModel.Nillable=Nillable
+GeoPositionLabel.LABEL_PREFIX=Mouse coordinate\:  
+GeotoolsGUIUtil.EAST=East
+GeotoolsGUIUtil.EAST.Abb=E
+GeotoolsGUIUtil.East=East
+GeotoolsGUIUtil.Load=Load
+GeotoolsGUIUtil.LoadFeature=Load vector
+GeotoolsGUIUtil.LoadRaster=Load raster
+GeotoolsGUIUtil.NORTH=North
+GeotoolsGUIUtil.NORTH.Abb=N
+GeotoolsGUIUtil.North=Nord
+GeotoolsGUIUtil.SOUTH=South
+GeotoolsGUIUtil.SOUTH.Abb=S
+GeotoolsGUIUtil.Save=Save
+GeotoolsGUIUtil.SaveFeature=Save vector
+GeotoolsGUIUtil.SaveRaster=Save raster
+GeotoolsGUIUtil.South=South
+GeotoolsGUIUtil.WEST=West
+GeotoolsGUIUtil.WEST.Abb=W
+GeotoolsGUIUtil.West=West
+GridPanelFormatter.ToolTipTemplate=${0} in unit ${1}
+GridPanelFormatter_DHDN.title=1,234,567 (H|R)
+GridPanelFormatter_LatLon1.title=deegree\u00B0 minute' (N|E|S|W)
+JMapEditorPane.Err.Line.LessPoints=For a line feature at least 2 points must be specified\!
+JMapEditorPane.Err.MissingMap=First a layer must be displayed (to define CRS and geo-position).
+JMapEditorPane.Err.Polygon.LessPoints=For a polygon feature at least 3 points must be specified\!
+JMapEditorToolBar.NewFeature.title=New feature attributes
+JMapEditorToolBar.NewLayer.Err.AutoVal=Auto value not supported for attribut type '${0}'.
+JMapEditorToolBar.NewLayer.Err.GeomAttr=Attribute name '${0}' reserverd for default geometry.
+JMapEditorToolBar.NewLayer.dialog.title=Create new layer...
+JMapEditorToolBar.NewLayer.ftype.title=Non-Geometric attributes
+JMapEditorToolBar.NewLayer.layer.title=Layer title
+JMapEditorToolBar.NewLayer.layer.title.default=New Layer
+JMapEditorToolBar.NewLayer.layer.type=Layer type
+JMapEditorToolBar.NewLayer.layer.type.line=Line layer
+JMapEditorToolBar.NewLayer.layer.type.point=Point layer
+JMapEditorToolBar.NewLayer.layer.type.polygon=Polygon layer
+JMapEditorToolBar.button.edit.clear=Undo all editing operation
+JMapEditorToolBar.button.edit.finish=Start new feature
+JMapEditorToolBar.button.edit.redo=Redo last undone editing operation
+JMapEditorToolBar.button.edit.undo=Undo last editing operation
+JMapEditorToolBar.button.layer.cancel=Abort layer
+JMapEditorToolBar.button.layer.new=Create new layer
+JMapEditorToolBar.button.layer.save=Finish layer
+MapActionControlPane.INFO=Info
+MapActionControlPane.SELECT_ALL=Select from all layers
+MapActionControlPane.SELECT_TOP=Select from top layer
+MapActionControlPane.ZOOM_IN=Zoom in
+MapActionControlPane.ZOOM_OUT=Zoom out
+MapContextControlPane.ColorMapDialog.TITLE=Color map
+MapContextControlPane.Menu.CUSTOMIZE=Customize...
+MapContextControlPane.Menu.FILTER=Filter layer...
+MapContextControlPane.Menu.HIDEALL=Hide all layers
+MapContextControlPane.Menu.INVERTALL=Invert all layers
+MapContextControlPane.Menu.MOVE_DOWN=Move layer DOWN
+MapContextControlPane.Menu.MOVE_UP=Move layer UP
+MapContextControlPane.Menu.RECOLOR=Recolor layer
+MapContextControlPane.Menu.REMOVE=Remove layer
+MapContextControlPane.Menu.SHOWALL=Show all layers
+MapContextControlPane.Menu.ZOOM_TO=Zoom to layer
+MapContextControlPane.SaveColorMapDialog.QUESTION=Enter a name for the new color map...
+MapContextControlPane.SaveColorMapDialog.TITLE=New color map
+RasterPositionLabel.LABEL_PREFIX=Raster value
+SelectableFeatureTablePane.button.clearSelection.tt=Clear selection
+SelectableFeatureTablePane.button.invertSelection.tt=Invert selection
+SelectableFeatureTablePane.button.selectionToTop.tt=Move selected to the top of the table
+SelectableFeatureTablePane.button.zoomToSelection.tt=Zoom to selected features
+SelectableFeatureTablePane.selectionStatus=${0} of ${1} ${2} selected.
+SelectableFeatureTablePane.selectionStatus.lines=lines
+SelectableFeatureTablePane.selectionStatus.points=points
+SelectableFeatureTablePane.selectionStatus.polygons=polygons
+StyleToolBar.BorderColor=Border
+StyleToolBar.BorderWidth=Border width
+StyleToolBar.FillColor=Fill
+StyleToolBar.PointMark=Point style

Modified: trunk/schmitzm-gt/src/main/resources/de/schmitzm/geotools/gui/resource/locales/GTResourceBundle_de.properties
===================================================================
--- trunk/schmitzm-gt/src/main/resources/de/schmitzm/geotools/gui/resource/locales/GTResourceBundle_de.properties	2011-01-27 18:21:10 UTC (rev 1464)
+++ trunk/schmitzm-gt/src/main/resources/de/schmitzm/geotools/gui/resource/locales/GTResourceBundle_de.properties	2011-01-27 20:38:28 UTC (rev 1465)
@@ -40,142 +40,145 @@
 
 #Revised by ResourceProviderOperator (Unused keys removed)
 #Thu Jan 27 15:04:29 CET 2011
-schmitzm.geotools.gui.CRSSelectionDialog.button.userDefined=Benutzerdefiniert\:
+
+#Revised by ResourceProviderOperator (Unused keys removed)
+#Thu Jan 27 21:03:27 WAT 2011
+AtlasFeatureLayerFilterDialog.AttributeTableHeader.Description=Beschreibung
+AtlasFeatureLayerFilterDialog.AttributeTableHeader.Name=Name
 AtlasFeatureLayerFilterDialog.AttributeTableHeader.Unit=Einheit\t
-SearchMapDialog.Results.Column.Layer=Gefunden in
-schmitzm.geotools.gui.CRSSelectionDialog.button.wgs84=WGS-84 CRS
-schmitzm.geotools.gui.MapContextControlPane.Menu.SHOWALL=Alle Layer anzeigen
-schmitzm.geotools.gui.GeotoolsGUIUtil.East=Osten
-org.geotools.styling.ColorMap.TYPE_VALUES=Farb-Klassifizierung
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.dialog.title=Neues Layer erzeugen
-schmitzm.geotools.gui.SelectableFeatureTablePane.button.zoomToSelection.tt=Zoomt zu den ausgew\u00E4hlten Geoobjekten 
-schmitzm.geotools.gui.ColorMapTable.Header.OPACITY=Transparent
-schmitzm.geotools.feature.FeatureTableModel.AttrName=Attribut
-schmitzm.geotools.gui.MapContextControlPane.Menu.FILTER=Layer filtern...
-schmitzm.geotools.gui.CRSSelectionDialog.title=Koordinaten-System (CRS) ausw\u00E4hlen
-schmitzm.geotools.gui.SelectableFeatureTablePane.selectionStatus.lines=Linien
-schmitzm.geotools.gui.FeatureLayerFilterDialog.TITLE=Feature-Filter
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.type.point=Punkt-Layer
-org.geotools.styling.StyleBuilder.MARK_STAR=Stern
-schmitzm.geotools.gui.FeatureTypeBuilderTableModel.AttrType=Typ
-schmitzm.geotools.gui.MapContextControlPane.ColorMapDialog.TITLE=Farbpalette
-ScalePane.OGCScaleDenominator=Ma\uFFFDstab\: 1\:${0}
-schmitzm.geotools.gui.MapActionControlPane.INFO=Info
-SearchMapDialog.title=Durchsuche Karte\: ${0}
-schmitzm.geotools.gui.FeatureCollectionFilterPanel.TestResultDetailsToolTip=Fehler-Details anzeigen...
-schmitzm.geotools.gui.FeatureCollectionFilterPanel.FilterDefinitionBorderTitle=Filter definieren\:
-schmitzm.geotools.gui.MapContextControlPane.Menu.INVERTALL=Alle Layer invertieren
-schmitzm.geotools.gui.SelectableFeatureTablePane.button.invertSelection.tt=Auswahl umkehren
-SearchMapDialog.Results.Column.Name=Name
-schmitzm.geotools.gui.JMapEditorToolBar.button.layer.save=Layer abschliessen
-schmitzm.geotools.gui.StyleToolBar.FillColor=F\u00FCllfarbe
-schmitzm.geotools.gui.FeatureTypeBuilderTableModel.AttrName=Name
+AtlasFeatureLayerFilterDialog.AttributeTableHeader.VariableName=Variable
+AtlasFeatureLayerFilterDialog.WindowTitle=Attributfilter\: ${0}
+Attribute=Attribut
+Attributes=Attribute
+MapPaneButtons.Info.TT=Informationen zu Objekten abfragen 
 MapPaneButtons.LastZoom.TT=Letzten Kartenausschnitt wiederherstellen 
-schmitzm.geotools.gui.CRSSelectionDialog.init.crs.mess=CRS-Datenbank wird initialisiert. Bitte warten...
-schmitzm.geotools.gui.StyleToolBar.PointMark=Punkt-Style
-schmitzm.geotools.gui.MapContextControlPane.Menu.REMOVE=Layer entfernen
-schmitzm.geotools.gui.FeatureTypeBuilderTableModel.DefValue=Default
-schmitzm.geotools.gui.JMapEditorToolBar.button.edit.clear=Layer leeren
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.type.line=Linien-Layer
-org.geotools.styling.ColorMap.TYPE_RAMP=Farb-Interpolation
-SearchMapDialog.Explanation=<html>Es werden alle <b>Beschriftungen</b> dieser Karte durchsucht.</html> 
-schmitzm.geotools.gui.MapContextControlPane.SaveColorMapDialog.TITLE=Farbpalette speichern
-schmitzm.geotools.gui.FeatureTablePane.PreviewMapPaneToolTip=Rote Objekte sind selektiert, graue Objekte nicht.
-schmitzm.geotools.gui.MapContextControlPane.Menu.MOVE_DOWN=Nach UNTEN schieben
-schmitzm.geotools.gui.FeatureTypeBuilderTableModel.NewAttr=ATTR_${0}
-schmitzm.geotools.gui.StyleToolBar.BorderColor=Randfarbe
-schmitzm.geotools.gui.MapContextControlPane.Menu.CUSTOMIZE=Anpassen...
-schmitzm.geotools.gui.GeotoolsGUIUtil.SOUTH=S\u00FCd
-schmitzm.geotools.gui.SelectableFeatureTablePane.selectionStatus.polygons=Polygonen
-schmitzm.geotools.gui.MapContextControlPane.Menu.ZOOM_TO=Zu Layer zoomen
-schmitzm.geotools.gui.ColorMapTable.Header.QUANTITY=Raster-Wert
-schmitzm.geotools.gui.JMapEditorPane.Err.MissingMap=Bevor ein neues Layer erstellt werden kann, muss ein Layer angezeigt werden (um CRS und geogr. Lage zu definieren).
-schmitzm.geotools.gui.GeotoolsGUIUtil.NORTH=Nord
-schmitzm.geotools.gui.GeotoolsGUIUtil.West=Westen
-schmitzm.geotools.gui.MapActionControlPane.SELECT_TOP=Ausw\u00E4hlen aus oberstem Layer
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.title=Layer-Bezeichnung
-MapPaneButtons.Selection.SetSelection.TT=Setzt die Selektion auf die ausgew\u00E4hlten Objekte
-schmitzm.geotools.gui.GeotoolsGUIUtil.EAST=Ost
-SearchMapDialog.searchString.Label=Suchbegriff eingeben\:
 MapPaneButtons.NextZoom.TT=N\u00E4chsten Kartenausschnitt wiederherstellen
-schmitzm.geotools.gui.GeotoolsGUIUtil.SaveFeature=Shape speichern
-AtlasFeatureLayerFilterDialog.AttributeTableHeader.VariableName=Variable
-AtlasFeatureLayerFilterDialog.WindowTitle=Attributfilter\: ${0}
-schmitzm.geotools.gui.GeotoolsGUIUtil.SaveRaster=Raster speichern
-schmitzm.geotools.gui.SelectableFeatureTablePane.button.clearSelection.tt=Auswahl aufheben
-schmitzm.geotools.gui.JMapEditorPane.Err.Polygon.LessPoints=F\u00FCr ein Polygon-Feature m\u00FCssen mind. 3 Punkte definiert werden\!
 MapPaneButtons.Pan.TT=Karte verschieben
-org.geotools.styling.StyleBuilder.MARK_ARROW=Pfeil
-schmitzm.geotools.gui.JMapEditorToolBar.button.edit.finish=Neues Feature starten
-org.geotools.styling.ColorMap.TYPE_INTERVALS=Farb-Intervalle
-schmitzm.geotools.gui.GeoPositionLabel.LABEL_PREFIX=Maus-Koordinate\: 
-AtlasFeatureLayerFilterDialog.AttributeTableHeader.Description=Beschreibung
-Attribute=Attribut
-schmitzm.geotools.gui.MapActionControlPane.SELECT_ALL=Ausw\u00E4hlen aus allen Layern
-schmitzm.geotools.gui.JMapEditorToolBar.button.layer.new=Neues Layer erstellen
-schmitzm.geotools.gui.CRSSelectionDialog.mandatory=CRS must be specified\!
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.ftype.title=Weitere Attribute
-schmitzm.geotools.gui.JMapEditorToolBar.button.layer.cancel=Layer abbrechen
-schmitzm.geotools.gui.FeatureTypeBuilderTableModel.AutoValue=Auto-Wert
+MapPaneButtons.Selection.AddSelection.TT=F\u00FCgt Objekte zur Selektion hinzu
 MapPaneButtons.Selection.ClearSelection.TT=Hebt alle Selektionen auf
-org.geotools.styling.StyleBuilder.MARK_CROSS=Kreuz
-schmitzm.geotools.gui.FeatureCollectionFilterPanel.TestResultDetailsButton=?
-schmitzm.geotools.gui.MapContextControlPane.SaveColorMapDialog.QUESTION=Name f\u00FCr neue Farbpalette...
-schmitzm.geotools.gui.MapActionControlPane.ZOOM_IN=Heran zoomen
+MapPaneButtons.Selection.RemoveSelection.TT=Entfernt Objekte aus der Selektion 
+MapPaneButtons.Selection.SetSelection.TT=Setzt die Selektion auf die ausgew\u00E4hlten Objekte
+MapPaneButtons.ZoomIn.TT=Auf einen Auschnitt zoomen
 MapPaneButtons.ZoomOut.TT=Aus der Karte herauszoomen
-org.geotools.styling.StyleBuilder.MARK_X=X
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.type.polygon=Polygon-Layer
-schmitzm.geotools.gui.RasterPositionLabel.LABEL_PREFIX=Raster-Wert
-schmitzm.geotools.gui.GridPanelFormatter_LatLon1.title=Grad\u00B0 Minute' (N|O|S|W)
-org.geotools.styling.StyleBuilder.MARK_TRIANGLE=Dreieck
-schmitzm.geotools.gui.JMapEditorToolBar.button.edit.undo=Letzte Operation zur\u00FCcknehmen
+ScalePane.OGCScaleDenominator=Ma\uFFFDstab\: 1\:${0}
+ScalePane.PixelMetersScale=1 Pixel \= {0}m
+SearchMapDialog.Explanation=<html>Es werden alle <b>Beschriftungen</b> dieser Karte durchsucht.</html> 
+SearchMapDialog.Results.Column.Layer=Gefunden in
+SearchMapDialog.Results.Column.Name=Name
 SearchMapDialog.resultsTable.tt=Klicken Sie auf ein Ergebnis um es anzuzeigen.
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.Err.AutoVal=Auto-Wert f\u00FCr Attribut-Typ '${0}' nicht m\u00F6glich.
-AtlasFeatureLayerFilterDialog.AttributeTableHeader.Name=Name
-schmitzm.geotools.gui.GeotoolsGUIUtil.WEST.Abb=W
-schmitzm.geotools.gui.GeotoolsGUIUtil.LoadFeature=Shape laden
+SearchMapDialog.searchString.Label=Suchbegriff eingeben\:
+SearchMapDialog.searchString.tt=Geben Sie den Suchbegriff ein und dr\u00FCcken Sie [Enter]
+SearchMapDialog.title=Durchsuche Karte\: ${0}
+org.geotools.styling.ColorMap.TYPE_INTERVALS=Farb-Intervalle
+org.geotools.styling.ColorMap.TYPE_RAMP=Farb-Interpolation
+org.geotools.styling.ColorMap.TYPE_VALUES=Farb-Klassifizierung
+org.geotools.styling.StyleBuilder.MARK_ARROW=Pfeil
 org.geotools.styling.StyleBuilder.MARK_CIRCLE=Kreis
-schmitzm.geotools.gui.JMapEditorToolBar.NewFeature.title=Neues Feature
-schmitzm.geotools.gui.FeatureTypeBuilderTableModel.Nillable=Nullable
-schmitzm.geotools.gui.GeotoolsGUIUtil.LoadRaster=Raster laden
-schmitzm.geotools.feature.FeatureTableModel.AttrValue=Wert
-schmitzm.geotools.gui.SelectableFeatureTablePane.button.selectionToTop.tt=Ausgew\u00E4hlte Zeilen in der Tabelle nach oben verschieben 
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.type=Layer-Art
-schmitzm.geotools.gui.CRSSelectionDialog.button.predefined=Vordefiniert
-MapPaneButtons.Selection.AddSelection.TT=F\u00FCgt Objekte zur Selektion hinzu
-schmitzm.geotools.gui.GeotoolsGUIUtil.WEST=West
-schmitzm.geotools.gui.GeotoolsGUIUtil.SOUTH.Abb=S
-SearchMapDialog.searchString.tt=Geben Sie den Suchbegriff ein und dr\u00FCcken Sie [Enter]
-schmitzm.geotools.gui.CRSSelectionDialog.init.crs.title=CRS datenbank
-schmitzm.geotools.gui.GeotoolsGUIUtil.Load=Laden
-schmitzm.geotools.gui.GeotoolsGUIUtil.South=S\u00FCden
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.Err.GeomAttr=Attribut-Name '${0}' reserviert f\u00FCr das Default-Geometrie-Attribut.
-schmitzm.geotools.gui.MapContextControlPane.Menu.HIDEALL=Alle Layer verbergen
-Attributes=Attribute
-schmitzm.geotools.gui.MapActionControlPane.ZOOM_OUT=Heraus zoomen
-schmitzm.geotools.gui.GeotoolsGUIUtil.North=Norden
-ScalePane.PixelMetersScale=1 Pixel \= {0}m
-schmitzm.geotools.gui.FeatureCollectionFilterPanel.PreviewMapPaneToolTip=Rote Objekte treffen auf den Filter zu, graue Objekte nicht.
-MapPaneButtons.Selection.RemoveSelection.TT=Entfernt Objekte aus der Selektion 
-schmitzm.geotools.gui.FeatureCollectionFilterPanel.ResultsBorderTitle=Ergebnis des Filters\:
-schmitzm.geotools.gui.SelectableFeatureTablePane.selectionStatus.points=Punkten
+org.geotools.styling.StyleBuilder.MARK_CROSS=Kreuz
 org.geotools.styling.StyleBuilder.MARK_SQUARE=Quadrat
-schmitzm.geotools.gui.JMapEditorToolBar.button.edit.redo=Letzte zur\u00FCckgenommene Operation wiederholen
-schmitzm.geotools.gui.MapContextControlPane.Menu.RECOLOR=F\u00E4rbung \u00E4ndern
-schmitzm.geotools.gui.GridPanelFormatter_DHDN.title=DHDN - 1,234,567 (H|R)
-schmitzm.geotools.gui.StyleToolBar.BorderWidth=Randbreite
-schmitzm.geotools.gui.ColorMapTable.Header.LABEL=Label
-MapPaneButtons.ZoomIn.TT=Auf einen Auschnitt zoomen
-schmitzm.geotools.gui.JMapEditorPane.Err.Line.LessPoints=F\u00FCr ein Line-Feature m\u00FCssen mind. 2 Punkte definiert werden\!
-schmitzm.geotools.gui.CRSSelectionDialog.button.default=Standard CRS (${0})
-schmitzm.geotools.gui.MapContextControlPane.Menu.MOVE_UP=Nach OBEN schieben
-schmitzm.geotools.gui.GeotoolsGUIUtil.NORTH.Abb=N
-schmitzm.geotools.gui.SelectableFeatureTablePane.selectionStatus=${0} von ${1} ${2} selektiert.
-schmitzm.geotools.gui.GeotoolsGUIUtil.EAST.Abb=O
-schmitzm.geotools.gui.GridPanelFormatter.ToolTipTemplate=${0} in Einheit ${1}
-schmitzm.geotools.feature.FeatureTableModel.AttrType=Typ
-schmitzm.geotools.gui.FeatureCollectionFilterPanel.TestButton=Filter testen
-schmitzm.geotools.gui.ColorMapTable.Header.COLOR=Farbe
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.title.default=Neues Layer
-schmitzm.geotools.gui.GeotoolsGUIUtil.Save=Speichern
-MapPaneButtons.Info.TT=Informationen zu Objekten abfragen 
+org.geotools.styling.StyleBuilder.MARK_STAR=Stern
+org.geotools.styling.StyleBuilder.MARK_TRIANGLE=Dreieck
+org.geotools.styling.StyleBuilder.MARK_X=X
+FeatureTableModel.AttrName=Attribut
+FeatureTableModel.AttrType=Typ
+FeatureTableModel.AttrValue=Wert
+CRSSelectionDialog.button.default=Standard CRS (${0})
+CRSSelectionDialog.button.predefined=Vordefiniert
+CRSSelectionDialog.button.userDefined=Benutzerdefiniert\:
+CRSSelectionDialog.button.wgs84=WGS-84 CRS
+CRSSelectionDialog.init.crs.mess=CRS-Datenbank wird initialisiert. Bitte warten...
+CRSSelectionDialog.init.crs.title=CRS datenbank
+CRSSelectionDialog.mandatory=CRS must be specified\!
+CRSSelectionDialog.title=Koordinaten-System (CRS) ausw\u00E4hlen
+ColorMapTable.Header.COLOR=Farbe
+ColorMapTable.Header.LABEL=Label
+ColorMapTable.Header.OPACITY=Transparent
+ColorMapTable.Header.QUANTITY=Raster-Wert
+FeatureCollectionFilterPanel.FilterDefinitionBorderTitle=Filter definieren\:
+FeatureCollectionFilterPanel.PreviewMapPaneToolTip=Rote Objekte treffen auf den Filter zu, graue Objekte nicht.
+FeatureCollectionFilterPanel.ResultsBorderTitle=Ergebnis des Filters\:
+FeatureCollectionFilterPanel.TestButton=Filter testen
+FeatureCollectionFilterPanel.TestResultDetailsButton=?
+FeatureCollectionFilterPanel.TestResultDetailsToolTip=Fehler-Details anzeigen...
+FeatureLayerFilterDialog.TITLE=Feature-Filter
+FeatureTablePane.PreviewMapPaneToolTip=Rote Objekte sind selektiert, graue Objekte nicht.
+FeatureTypeBuilderTableModel.AttrName=Name
+FeatureTypeBuilderTableModel.AttrType=Typ
+FeatureTypeBuilderTableModel.AutoValue=Auto-Wert
+FeatureTypeBuilderTableModel.DefValue=Default
+FeatureTypeBuilderTableModel.NewAttr=ATTR_${0}
+FeatureTypeBuilderTableModel.Nillable=Nullable
+GeoPositionLabel.LABEL_PREFIX=Maus-Koordinate\: 
+GeotoolsGUIUtil.EAST=Ost
+GeotoolsGUIUtil.EAST.Abb=O
+GeotoolsGUIUtil.East=Osten
+GeotoolsGUIUtil.Load=Laden
+GeotoolsGUIUtil.LoadFeature=Shape laden
+GeotoolsGUIUtil.LoadRaster=Raster laden
+GeotoolsGUIUtil.NORTH=Nord
+GeotoolsGUIUtil.NORTH.Abb=N
+GeotoolsGUIUtil.North=Norden
+GeotoolsGUIUtil.SOUTH=S\u00FCd
+GeotoolsGUIUtil.SOUTH.Abb=S
+GeotoolsGUIUtil.Save=Speichern
+GeotoolsGUIUtil.SaveFeature=Shape speichern
+GeotoolsGUIUtil.SaveRaster=Raster speichern
+GeotoolsGUIUtil.South=S\u00FCden
+GeotoolsGUIUtil.WEST=West
+GeotoolsGUIUtil.WEST.Abb=W
+GeotoolsGUIUtil.West=Westen
+GridPanelFormatter.ToolTipTemplate=${0} in Einheit ${1}
+GridPanelFormatter_DHDN.title=DHDN - 1,234,567 (H|R)
+GridPanelFormatter_LatLon1.title=Grad\u00B0 Minute' (N|O|S|W)
+JMapEditorPane.Err.Line.LessPoints=F\u00FCr ein Line-Feature m\u00FCssen mind. 2 Punkte definiert werden\!
+JMapEditorPane.Err.MissingMap=Bevor ein neues Layer erstellt werden kann, muss ein Layer angezeigt werden (um CRS und geogr. Lage zu definieren).
+JMapEditorPane.Err.Polygon.LessPoints=F\u00FCr ein Polygon-Feature m\u00FCssen mind. 3 Punkte definiert werden\!
+JMapEditorToolBar.NewFeature.title=Neues Feature
+JMapEditorToolBar.NewLayer.Err.AutoVal=Auto-Wert f\u00FCr Attribut-Typ '${0}' nicht m\u00F6glich.
+JMapEditorToolBar.NewLayer.Err.GeomAttr=Attribut-Name '${0}' reserviert f\u00FCr das Default-Geometrie-Attribut.
+JMapEditorToolBar.NewLayer.dialog.title=Neues Layer erzeugen
+JMapEditorToolBar.NewLayer.ftype.title=Weitere Attribute
+JMapEditorToolBar.NewLayer.layer.title=Layer-Bezeichnung
+JMapEditorToolBar.NewLayer.layer.title.default=Neues Layer
+JMapEditorToolBar.NewLayer.layer.type=Layer-Art
+JMapEditorToolBar.NewLayer.layer.type.line=Linien-Layer
+JMapEditorToolBar.NewLayer.layer.type.point=Punkt-Layer
+JMapEditorToolBar.NewLayer.layer.type.polygon=Polygon-Layer
+JMapEditorToolBar.button.edit.clear=Layer leeren
+JMapEditorToolBar.button.edit.finish=Neues Feature starten
+JMapEditorToolBar.button.edit.redo=Letzte zur\u00FCckgenommene Operation wiederholen
+JMapEditorToolBar.button.edit.undo=Letzte Operation zur\u00FCcknehmen
+JMapEditorToolBar.button.layer.cancel=Layer abbrechen
+JMapEditorToolBar.button.layer.new=Neues Layer erstellen
+JMapEditorToolBar.button.layer.save=Layer abschliessen
+MapActionControlPane.INFO=Info
+MapActionControlPane.SELECT_ALL=Ausw\u00E4hlen aus allen Layern
+MapActionControlPane.SELECT_TOP=Ausw\u00E4hlen aus oberstem Layer
+MapActionControlPane.ZOOM_IN=Heran zoomen
+MapActionControlPane.ZOOM_OUT=Heraus zoomen
+MapContextControlPane.ColorMapDialog.TITLE=Farbpalette
+MapContextControlPane.Menu.CUSTOMIZE=Anpassen...
+MapContextControlPane.Menu.FILTER=Layer filtern...
+MapContextControlPane.Menu.HIDEALL=Alle Layer verbergen
+MapContextControlPane.Menu.INVERTALL=Alle Layer invertieren
+MapContextControlPane.Menu.MOVE_DOWN=Nach UNTEN schieben
+MapContextControlPane.Menu.MOVE_UP=Nach OBEN schieben
+MapContextControlPane.Menu.RECOLOR=F\u00E4rbung \u00E4ndern
+MapContextControlPane.Menu.REMOVE=Layer entfernen
+MapContextControlPane.Menu.SHOWALL=Alle Layer anzeigen
+MapContextControlPane.Menu.ZOOM_TO=Zu Layer zoomen
+MapContextControlPane.SaveColorMapDialog.QUESTION=Name f\u00FCr neue Farbpalette...
+MapContextControlPane.SaveColorMapDialog.TITLE=Farbpalette speichern
+RasterPositionLabel.LABEL_PREFIX=Raster-Wert
+SelectableFeatureTablePane.button.clearSelection.tt=Auswahl aufheben
+SelectableFeatureTablePane.button.invertSelection.tt=Auswahl umkehren
+SelectableFeatureTablePane.button.selectionToTop.tt=Ausgew\u00E4hlte Zeilen in der Tabelle nach oben verschieben 
+SelectableFeatureTablePane.button.zoomToSelection.tt=Zoomt zu den ausgew\u00E4hlten Geoobjekten 
+SelectableFeatureTablePane.selectionStatus=${0} von ${1} ${2} selektiert.
+SelectableFeatureTablePane.selectionStatus.lines=Linien
+SelectableFeatureTablePane.selectionStatus.points=Punkten
+SelectableFeatureTablePane.selectionStatus.polygons=Polygonen
+StyleToolBar.BorderColor=Randfarbe
+StyleToolBar.BorderWidth=Randbreite
+StyleToolBar.FillColor=F\u00FCllfarbe
+StyleToolBar.PointMark=Punkt-Style

Modified: trunk/schmitzm-gt/src/main/resources/de/schmitzm/geotools/gui/resource/locales/GTResourceBundle_fr.properties
===================================================================
--- trunk/schmitzm-gt/src/main/resources/de/schmitzm/geotools/gui/resource/locales/GTResourceBundle_fr.properties	2011-01-27 18:21:10 UTC (rev 1464)
+++ trunk/schmitzm-gt/src/main/resources/de/schmitzm/geotools/gui/resource/locales/GTResourceBundle_fr.properties	2011-01-27 20:38:28 UTC (rev 1465)
@@ -42,112 +42,112 @@
 org.geotools.styling.StyleBuilder.MARK_TRIANGLE=Triangle
 org.geotools.styling.StyleBuilder.MARK_X=X
 
-schmitzm.geotools.feature.FeatureTableModel.AttrName=variable
-schmitzm.geotools.feature.FeatureTableModel.AttrType=type de donn\u00E9es
-schmitzm.geotools.feature.FeatureTableModel.AttrValue=valeur
+FeatureTableModel.AttrName=variable
+FeatureTableModel.AttrType=type de donn\u00E9es
+FeatureTableModel.AttrValue=valeur
 
-schmitzm.geotools.gui.FeatureCollectionFilterPanel.TestButton=Tester le filtre
-schmitzm.geotools.gui.FeatureCollectionFilterPanel.TestResultDetailsButton=?
-schmitzm.geotools.gui.FeatureCollectionFilterPanel.TestResultDetailsToolTip=Afficher erreur au d\u00E9tail...
-schmitzm.geotools.gui.FeatureCollectionFilterPanel.ResultsBorderTitle=R\u00E9sultat du filtre\:
-schmitzm.geotools.gui.FeatureCollectionFilterPanel.FilterDefinitionBorderTitle=Definir le fitre:
+FeatureCollectionFilterPanel.TestButton=Tester le filtre
+FeatureCollectionFilterPanel.TestResultDetailsButton=?
+FeatureCollectionFilterPanel.TestResultDetailsToolTip=Afficher erreur au d\u00E9tail...
+FeatureCollectionFilterPanel.ResultsBorderTitle=R\u00E9sultat du filtre\:
+FeatureCollectionFilterPanel.FilterDefinitionBorderTitle=Definir le fitre:
 
-schmitzm.geotools.gui.FeatureCollectionFilterPanel.PreviewMapPaneToolTip=Les objects rouges correspondent au filtre, les objets gris n'en correspondent pas.
-schmitzm.geotools.gui.FeatureTablePane.PreviewMapPaneToolTip=Les objets rouges sont s\u00E9lectionn\u00E9s, les objets gris n'en sont pas.
+FeatureCollectionFilterPanel.PreviewMapPaneToolTip=Les objects rouges correspondent au filtre, les objets gris n'en correspondent pas.
+FeatureTablePane.PreviewMapPaneToolTip=Les objets rouges sont s\u00E9lectionn\u00E9s, les objets gris n'en sont pas.
 
-schmitzm.geotools.gui.MapActionControlPane.ZOOM_IN=Zoom avant
-schmitzm.geotools.gui.MapActionControlPane.ZOOM_OUT=Zoom arri\u00E8re
-schmitzm.geotools.gui.MapActionControlPane.SELECT_TOP=S\u00E9lectionner de la couche la plus haute
-schmitzm.geotools.gui.MapActionControlPane.SELECT_ALL=S\u00E9lectionner de toutes les couches
-schmitzm.geotools.gui.MapContextControlPane.Menu.MOVE_UP=Panner plus haut
-schmitzm.geotools.gui.MapContextControlPane.Menu.MOVE_DOWN=Panner plus bas
-schmitzm.geotools.gui.MapContextControlPane.Menu.ZOOM_TO=Zoom vers la couche
-schmitzm.geotools.gui.MapContextControlPane.Menu.FILTER=Filtrer couche...
-schmitzm.geotools.gui.MapContextControlPane.Menu.RECOLOR=Changer la couleur
-schmitzm.geotools.gui.MapContextControlPane.Menu.REMOVE=Supprimer une couche
-schmitzm.geotools.gui.MapContextControlPane.Menu.SHOWALL=Montrer toutes les couches
-schmitzm.geotools.gui.MapContextControlPane.Menu.HIDEALL=Cacher toutes les couches
-schmitzm.geotools.gui.MapContextControlPane.Menu.INVERTALL=Inverser toutes les couches
-schmitzm.geotools.gui.MapContextControlPane.Menu.CUSTOMIZE=Individualiser...
-schmitzm.geotools.gui.MapContextControlPane.ColorMapDialog.TITLE=Gamme de couleurs
-schmitzm.geotools.gui.MapContextControlPane.SaveColorMapDialog.TITLE=Enregistrer la gamme de couleurs
-schmitzm.geotools.gui.MapContextControlPane.SaveColorMapDialog.QUESTION=Nom pour la gamme de couleurs 
-schmitzm.geotools.gui.ColorMapTable.Header.QUANTITY=Valeur de trame
-schmitzm.geotools.gui.ColorMapTable.Header.COLOR=Couleur
-schmitzm.geotools.gui.ColorMapTable.Header.LABEL=Label
-schmitzm.geotools.gui.ColorMapTable.Header.OPACITY=Transparent
-schmitzm.geotools.gui.RasterPositionLabel.LABEL_PREFIX=Valeur de raster
-schmitzm.geotools.gui.GeotoolsGUIUtil.Load=Charger
-schmitzm.geotools.gui.GeotoolsGUIUtil.LoadRaster=Charger un raster
-schmitzm.geotools.gui.GeotoolsGUIUtil.LoadFeature=Charger un shape
-schmitzm.geotools.gui.GeotoolsGUIUtil.Save=Enregistrer
-schmitzm.geotools.gui.GeotoolsGUIUtil.SaveRaster=Enregister un raster
-schmitzm.geotools.gui.GeotoolsGUIUtil.SaveFeature=Enregistrer un shape
-schmitzm.geotools.gui.GeotoolsGUIUtil.NORTH=Nord
-schmitzm.geotools.gui.GeotoolsGUIUtil.SOUTH=Sud
-schmitzm.geotools.gui.GeotoolsGUIUtil.WEST=Ouest
-schmitzm.geotools.gui.GeotoolsGUIUtil.EAST=Est
-schmitzm.geotools.gui.GeotoolsGUIUtil.North=Nord
-schmitzm.geotools.gui.GeotoolsGUIUtil.South=Sud
-schmitzm.geotools.gui.GeotoolsGUIUtil.West=Ouest
-schmitzm.geotools.gui.GeotoolsGUIUtil.East=Est
-schmitzm.geotools.gui.GeotoolsGUIUtil.NORTH.Abb=N
-schmitzm.geotools.gui.GeotoolsGUIUtil.SOUTH.Abb=S
-schmitzm.geotools.gui.GeotoolsGUIUtil.WEST.Abb=O
-schmitzm.geotools.gui.GeotoolsGUIUtil.EAST.Abb=E
-schmitzm.geotools.gui.CRSSelectionDialog.init.crs.title=Banque de donn\u00E9es CRS
-schmitzm.geotools.gui.CRSSelectionDialog.init.crs.mess=Initialisation de la banque de donn\u00E9es CRS. Attendez, s.v.p....
-schmitzm.geotools.gui.CRSSelectionDialog.title=S\u00E9lectionner un syst\u00E8me de coordonn\u00E9es (CRS)
-schmitzm.geotools.gui.CRSSelectionDialog.mandatory=Il faut sp\u00E9cifier le CRS \!
-schmitzm.geotools.gui.CRSSelectionDialog.button.wgs84=CRS WGS84
-schmitzm.geotools.gui.CRSSelectionDialog.button.default=CRS standard (${0})
-schmitzm.geotools.gui.CRSSelectionDialog.button.predefined=Defini en avance
-schmitzm.geotools.gui.CRSSelectionDialog.button.userDefined=Defini par client :
-schmitzm.geotools.gui.JMapEditorPane.Err.MissingMap=Avant de creer une couche nouvelle, il faut que une couche est d\u00E9j\u00E0 visualis\u00E9e (pour la d\u00E9finition de CRS et la position g\u00E9ographique).
-schmitzm.geotools.gui.JMapEditorPane.Err.Line.LessPoints=Pour un Line-Feature il faut definir au moins 2 points!
-schmitzm.geotools.gui.JMapEditorPane.Err.Polygon.LessPoints=Pour un Polygone-Feature il faut definir au moins 2 points!
-schmitzm.geotools.gui.JMapEditorToolBar.button.layer.new=Creer une couche nouvelle
-schmitzm.geotools.gui.JMapEditorToolBar.button.layer.save=Terminer la couche
-schmitzm.geotools.gui.JMapEditorToolBar.button.layer.cancel=Abandonner une couche
-schmitzm.geotools.gui.JMapEditorToolBar.button.edit.undo=Retirer l'op\u00E9ration derni\u00E8re
-schmitzm.geotools.gui.JMapEditorToolBar.button.edit.redo=R\u00E9p\u00E9ter l'op\u00E9ration derni\u00E8re retir\u00E9e
-schmitzm.geotools.gui.JMapEditorToolBar.button.edit.clear=Vider une couche
-schmitzm.geotools.gui.JMapEditorToolBar.button.edit.finish=d\u00E9marrer un Feature nouveau
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.dialog.title=Cr\u00E9er une couche nouvelle
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.title=Nom de couche
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.title.default=Couche nouvelle
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.type=Sorte de couche
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.type.point=Couche de point
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.type.line=Couche de ligne
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.type.polygon=Couche de polygone
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.ftype.title=Autres attributs
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.Err.GeomAttr=Nom de l'attribut '${0}' reserv\u00E9 pour l'Attribut de g\u00E9ometrie d\u00E9faut.
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.Err.AutoVal=Valeur automatique pour le type d'attribut '${0}' pas possible.
-schmitzm.geotools.gui.JMapEditorToolBar.NewFeature.title=Nouvau Feature
-schmitzm.geotools.gui.StyleToolBar.FillColor=Couleur de remplissage
-schmitzm.geotools.gui.StyleToolBar.BorderColor=Couleur bordi\u00E8re
-schmitzm.geotools.gui.StyleToolBar.BorderWidth=Largeur bordi\u00E8re
-schmitzm.geotools.gui.StyleToolBar.PointMark=Style de point
-schmitzm.geotools.gui.FeatureTypeBuilderTableModel.AttrName=Nom
-schmitzm.geotools.gui.FeatureTypeBuilderTableModel.AttrType=Type
-schmitzm.geotools.gui.FeatureTypeBuilderTableModel.Nillable=Nullable
-schmitzm.geotools.gui.FeatureTypeBuilderTableModel.AutoValue=Valeur automatique
-schmitzm.geotools.gui.FeatureTypeBuilderTableModel.DefValue=D\u00E9faut
-schmitzm.geotools.gui.FeatureTypeBuilderTableModel.NewAttr=Attribut_${0}
+MapActionControlPane.ZOOM_IN=Zoom avant
+MapActionControlPane.ZOOM_OUT=Zoom arri\u00E8re
+MapActionControlPane.SELECT_TOP=S\u00E9lectionner de la couche la plus haute
+MapActionControlPane.SELECT_ALL=S\u00E9lectionner de toutes les couches
+MapContextControlPane.Menu.MOVE_UP=Panner plus haut
+MapContextControlPane.Menu.MOVE_DOWN=Panner plus bas
+MapContextControlPane.Menu.ZOOM_TO=Zoom vers la couche
+MapContextControlPane.Menu.FILTER=Filtrer couche...
+MapContextControlPane.Menu.RECOLOR=Changer la couleur
+MapContextControlPane.Menu.REMOVE=Supprimer une couche
+MapContextControlPane.Menu.SHOWALL=Montrer toutes les couches
+MapContextControlPane.Menu.HIDEALL=Cacher toutes les couches
+MapContextControlPane.Menu.INVERTALL=Inverser toutes les couches
+MapContextControlPane.Menu.CUSTOMIZE=Individualiser...
+MapContextControlPane.ColorMapDialog.TITLE=Gamme de couleurs
+MapContextControlPane.SaveColorMapDialog.TITLE=Enregistrer la gamme de couleurs
+MapContextControlPane.SaveColorMapDialog.QUESTION=Nom pour la gamme de couleurs 
+ColorMapTable.Header.QUANTITY=Valeur de trame
+ColorMapTable.Header.COLOR=Couleur
+ColorMapTable.Header.LABEL=Label
+ColorMapTable.Header.OPACITY=Transparent
+RasterPositionLabel.LABEL_PREFIX=Valeur de raster
+GeotoolsGUIUtil.Load=Charger
+GeotoolsGUIUtil.LoadRaster=Charger un raster
+GeotoolsGUIUtil.LoadFeature=Charger un shape
+GeotoolsGUIUtil.Save=Enregistrer
+GeotoolsGUIUtil.SaveRaster=Enregister un raster
+GeotoolsGUIUtil.SaveFeature=Enregistrer un shape
+GeotoolsGUIUtil.NORTH=Nord
+GeotoolsGUIUtil.SOUTH=Sud
+GeotoolsGUIUtil.WEST=Ouest
+GeotoolsGUIUtil.EAST=Est
+GeotoolsGUIUtil.North=Nord
+GeotoolsGUIUtil.South=Sud
+GeotoolsGUIUtil.West=Ouest
+GeotoolsGUIUtil.East=Est
+GeotoolsGUIUtil.NORTH.Abb=N
+GeotoolsGUIUtil.SOUTH.Abb=S
+GeotoolsGUIUtil.WEST.Abb=O
+GeotoolsGUIUtil.EAST.Abb=E
+CRSSelectionDialog.init.crs.title=Banque de donn\u00E9es CRS
+CRSSelectionDialog.init.crs.mess=Initialisation de la banque de donn\u00E9es CRS. Attendez, s.v.p....
+CRSSelectionDialog.title=S\u00E9lectionner un syst\u00E8me de coordonn\u00E9es (CRS)
+CRSSelectionDialog.mandatory=Il faut sp\u00E9cifier le CRS \!
+CRSSelectionDialog.button.wgs84=CRS WGS84
+CRSSelectionDialog.button.default=CRS standard (${0})
+CRSSelectionDialog.button.predefined=Defini en avance
+CRSSelectionDialog.button.userDefined=Defini par client :
+JMapEditorPane.Err.MissingMap=Avant de creer une couche nouvelle, il faut que une couche est d\u00E9j\u00E0 visualis\u00E9e (pour la d\u00E9finition de CRS et la position g\u00E9ographique).
+JMapEditorPane.Err.Line.LessPoints=Pour un Line-Feature il faut definir au moins 2 points!
+JMapEditorPane.Err.Polygon.LessPoints=Pour un Polygone-Feature il faut definir au moins 2 points!
+JMapEditorToolBar.button.layer.new=Creer une couche nouvelle
+JMapEditorToolBar.button.layer.save=Terminer la couche
+JMapEditorToolBar.button.layer.cancel=Abandonner une couche
+JMapEditorToolBar.button.edit.undo=Retirer l'op\u00E9ration derni\u00E8re
+JMapEditorToolBar.button.edit.redo=R\u00E9p\u00E9ter l'op\u00E9ration derni\u00E8re retir\u00E9e
+JMapEditorToolBar.button.edit.clear=Vider une couche
+JMapEditorToolBar.button.edit.finish=d\u00E9marrer un Feature nouveau
+JMapEditorToolBar.NewLayer.dialog.title=Cr\u00E9er une couche nouvelle
+JMapEditorToolBar.NewLayer.layer.title=Nom de couche
+JMapEditorToolBar.NewLayer.layer.title.default=Couche nouvelle
+JMapEditorToolBar.NewLayer.layer.type=Sorte de couche
+JMapEditorToolBar.NewLayer.layer.type.point=Couche de point
+JMapEditorToolBar.NewLayer.layer.type.line=Couche de ligne
+JMapEditorToolBar.NewLayer.layer.type.polygon=Couche de polygone
+JMapEditorToolBar.NewLayer.ftype.title=Autres attributs
+JMapEditorToolBar.NewLayer.Err.GeomAttr=Nom de l'attribut '${0}' reserv\u00E9 pour l'Attribut de g\u00E9ometrie d\u00E9faut.
+JMapEditorToolBar.NewLayer.Err.AutoVal=Valeur automatique pour le type d'attribut '${0}' pas possible.
+JMapEditorToolBar.NewFeature.title=Nouvau Feature
+StyleToolBar.FillColor=Couleur de remplissage
+StyleToolBar.BorderColor=Couleur bordi\u00E8re
+StyleToolBar.BorderWidth=Largeur bordi\u00E8re
+StyleToolBar.PointMark=Style de point
+FeatureTypeBuilderTableModel.AttrName=Nom
+FeatureTypeBuilderTableModel.AttrType=Type
+FeatureTypeBuilderTableModel.Nillable=Nullable
+FeatureTypeBuilderTableModel.AutoValue=Valeur automatique
+FeatureTypeBuilderTableModel.DefValue=D\u00E9faut
+FeatureTypeBuilderTableModel.NewAttr=Attribut_${0}
 
-schmitzm.geotools.gui.SelectableFeatureTablePane.button.clearSelection.tt=Effacer s\u00E9lection
-schmitzm.geotools.gui.SelectableFeatureTablePane.button.selectionToTop.tt=D\u00E9placer/bouger la s\u00E9lection au sommet du tableau
-schmitzm.geotools.gui.SelectableFeatureTablePane.button.invertSelection.tt=Inversion de la s\u00E9lection
-schmitzm.geotools.gui.SelectableFeatureTablePane.button.zoomToSelection.tt=Agrandir les caract\u00E9ristiques s\u00E9lection\u00E9es  
-schmitzm.geotools.gui.SelectableFeatureTablePane.selectionStatus=S\u00E9lection\: ${0} de ${1} ${2}
-schmitzm.geotools.gui.SelectableFeatureTablePane.selectionStatus.polygons=polygones
-schmitzm.geotools.gui.SelectableFeatureTablePane.selectionStatus.points=points
-schmitzm.geotools.gui.SelectableFeatureTablePane.selectionStatus.lines=lignes
+SelectableFeatureTablePane.button.clearSelection.tt=Effacer s\u00E9lection
+SelectableFeatureTablePane.button.selectionToTop.tt=D\u00E9placer/bouger la s\u00E9lection au sommet du tableau
+SelectableFeatureTablePane.button.invertSelection.tt=Inversion de la s\u00E9lection
+SelectableFeatureTablePane.button.zoomToSelection.tt=Agrandir les caract\u00E9ristiques s\u00E9lection\u00E9es  
+SelectableFeatureTablePane.selectionStatus=S\u00E9lection\: ${0} de ${1} ${2}
+SelectableFeatureTablePane.selectionStatus.polygons=polygones
+SelectableFeatureTablePane.selectionStatus.points=points
+SelectableFeatureTablePane.selectionStatus.lines=lignes
 
-#missing schmitzm.geotools.gui.GridPanelFormatter_DHDN.title=DHDN - 1,234,567 (H|R)
-#missing schmitzm.geotools.gui.GridPanelFormatter_LatLon1.title=Grad\u00b0 Minute' (N|O|S|W)
+#missing GridPanelFormatter_DHDN.title=DHDN - 1,234,567 (H|R)
+#missing GridPanelFormatter_LatLon1.title=Grad\u00b0 Minute' (N|O|S|W)
 
-schmitzm.geotools.gui.GeoPositionLabel.LABEL_PREFIX=Coordonn\u00E9es\: 
+GeoPositionLabel.LABEL_PREFIX=Coordonn\u00E9es\: 
 
 MapPaneButtons.Pan.TT=D\u00E9placer la catre.
 MapPaneButtons.Info.TT=Avoir des informations sur les objects.
@@ -173,11 +173,11 @@
 org.geotools.styling.ColorMap.TYPE_INTERVALS=Intervalle de la couleur
 org.geotools.styling.ColorMap.TYPE_RAMP=Interpolation de la couleur
 org.geotools.styling.ColorMap.TYPE_VALUES=Classification de la couleur
-schmitzm.geotools.gui.FeatureLayerFilterDialog.TITLE=Filtre du caract\u00E9ristique
-schmitzm.geotools.gui.GridPanelFormatter.ToolTipTemplate= ${0} en unit\u00E9 ${1}
-schmitzm.geotools.gui.GridPanelFormatter_DHDN.title= DHDN - 1,234,567 (H|R)
-schmitzm.geotools.gui.GridPanelFormatter_LatLon1.title= Degr\u00E9\u00B0 Minute' (N|O|S|W)
-schmitzm.geotools.gui.MapActionControlPane.INFO= Info
+FeatureLayerFilterDialog.TITLE=Filtre du caract\u00E9ristique
+GridPanelFormatter.ToolTipTemplate= ${0} en unit\u00E9 ${1}
+GridPanelFormatter_DHDN.title= DHDN - 1,234,567 (H|R)
+GridPanelFormatter_LatLon1.title= Degr\u00E9\u00B0 Minute' (N|O|S|W)
+MapActionControlPane.INFO= Info
 
 AtlasFeatureLayerFilterDialog.AttributeTableHeader.Description = description
 AtlasFeatureLayerFilterDialog.AttributeTableHeader.Name = nom

Modified: trunk/schmitzm-gt/src/main/resources/de/schmitzm/geotools/gui/resource/locales/GTResourceBundle_it.properties
===================================================================
--- trunk/schmitzm-gt/src/main/resources/de/schmitzm/geotools/gui/resource/locales/GTResourceBundle_it.properties	2011-01-27 18:21:10 UTC (rev 1464)
+++ trunk/schmitzm-gt/src/main/resources/de/schmitzm/geotools/gui/resource/locales/GTResourceBundle_it.properties	2011-01-27 20:38:28 UTC (rev 1465)
@@ -60,106 +60,106 @@
 org.geotools.styling.StyleBuilder.MARK_STAR= Stella
 org.geotools.styling.StyleBuilder.MARK_TRIANGLE= Triangolo
 org.geotools.styling.StyleBuilder.MARK_X=X
-schmitzm.geotools.feature.FeatureTableModel.AttrName= Attributo
-schmitzm.geotools.feature.FeatureTableModel.AttrType= Tipo
-schmitzm.geotools.feature.FeatureTableModel.AttrValue= Valore
-schmitzm.geotools.gui.CRSSelectionDialog.button.default= CRS di default(${0})
-schmitzm.geotools.gui.CRSSelectionDialog.button.predefined= Predefinito
-schmitzm.geotools.gui.CRSSelectionDialog.button.userDefined= Utente definito:
-schmitzm.geotools.gui.CRSSelectionDialog.button.wgs84= WGS-84 CRS
-schmitzm.geotools.gui.CRSSelectionDialog.init.crs.mess= Initialize CRS database. Attendere prego...
-schmitzm.geotools.gui.CRSSelectionDialog.init.crs.title= CRS database
-schmitzm.geotools.gui.CRSSelectionDialog.mandatory= CRS deve essere specificato!
-schmitzm.geotools.gui.CRSSelectionDialog.title= Seleziona un sistema di riferimento coordinate (CRS)
-schmitzm.geotools.gui.ColorMapTable.Header.COLOR= Colore
-schmitzm.geotools.gui.ColorMapTable.Header.LABEL= Etichetta
-schmitzm.geotools.gui.ColorMapTable.Header.OPACITY= Trasparenza
-schmitzm.geotools.gui.ColorMapTable.Header.QUANTITY= Quantit\u00e0\u00a0
-schmitzm.geotools.gui.FeatureCollectionFilterPanel.FilterDefinitionBorderTitle= Definisci filtro:
-schmitzm.geotools.gui.FeatureCollectionFilterPanel.PreviewMapPaneToolTip= Oggetti rossi sono compresi nel filtro,\noggetti grigi no.
-schmitzm.geotools.gui.FeatureCollectionFilterPanel.ResultsBorderTitle= Risultato filtro:
-schmitzm.geotools.gui.FeatureCollectionFilterPanel.TestButton= Prova filtro
-schmitzm.geotools.gui.FeatureCollectionFilterPanel.TestResultDetailsButton= 
-schmitzm.geotools.gui.FeatureCollectionFilterPanel.TestResultDetailsToolTip= Visualizza dettagli di errore...
-schmitzm.geotools.gui.FeatureLayerFilterDialog.TITLE= Filtro di oggetti
-schmitzm.geotools.gui.FeatureTablePane.PreviewMapPaneToolTip= Oggetti rossi sono selezionati,\noggetti grigi no.
-schmitzm.geotools.gui.FeatureTypeBuilderTableModel.AttrName= Nome
-schmitzm.geotools.gui.FeatureTypeBuilderTableModel.AttrType= Tipo
-schmitzm.geotools.gui.FeatureTypeBuilderTableModel.AutoValue= Auto
-schmitzm.geotools.gui.FeatureTypeBuilderTableModel.DefValue= Default
-schmitzm.geotools.gui.FeatureTypeBuilderTableModel.NewAttr= ATTR_${0}
-schmitzm.geotools.gui.FeatureTypeBuilderTableModel.Nillable= Nillable
-schmitzm.geotools.gui.GeoPositionLabel.LABEL_PREFIX= Coordinate del mouse:  
-schmitzm.geotools.gui.GeotoolsGUIUtil.EAST= EST
-schmitzm.geotools.gui.GeotoolsGUIUtil.EAST.Abb= E
-schmitzm.geotools.gui.GeotoolsGUIUtil.East= EST
-schmitzm.geotools.gui.GeotoolsGUIUtil.Load= Carica
-schmitzm.geotools.gui.GeotoolsGUIUtil.LoadFeature= Carica vector
-schmitzm.geotools.gui.GeotoolsGUIUtil.LoadRaster= Carica raster
-schmitzm.geotools.gui.GeotoolsGUIUtil.NORTH= NORD
-schmitzm.geotools.gui.GeotoolsGUIUtil.NORTH.Abb=N
-schmitzm.geotools.gui.GeotoolsGUIUtil.North= NORD
-schmitzm.geotools.gui.GeotoolsGUIUtil.SOUTH= SUD
-schmitzm.geotools.gui.GeotoolsGUIUtil.SOUTH.Abb= S
-schmitzm.geotools.gui.GeotoolsGUIUtil.Save= Salva
-schmitzm.geotools.gui.GeotoolsGUIUtil.SaveFeature= Salva vettoriale
-schmitzm.geotools.gui.GeotoolsGUIUtil.SaveRaster= Salva raster
-schmitzm.geotools.gui.GeotoolsGUIUtil.South= SUD
-schmitzm.geotools.gui.GeotoolsGUIUtil.WEST= OVEST
-schmitzm.geotools.gui.GeotoolsGUIUtil.WEST.Abb= W
-schmitzm.geotools.gui.GeotoolsGUIUtil.West= OVEST
-schmitzm.geotools.gui.GridPanelFormatter.ToolTipTemplate= ${0} in unit\u00e0\u00a0 ${1}
-schmitzm.geotools.gui.GridPanelFormatter_DHDN.title= 1,234,567 (H|R)
-schmitzm.geotools.gui.GridPanelFormatter_LatLon1.title= gradi\u00b0 minuti' (N|E|S|W)
-schmitzm.geotools.gui.JMapEditorPane.Err.Line.LessPoints= Una geometria lineare richiede almeno 2 punti specificati!
-schmitzm.geotools.gui.JMapEditorPane.Err.MissingMap= Per definire il CRS e la posizione geografica devi prima visualizzare un layer.
-schmitzm.geotools.gui.JMapEditorPane.Err.Polygon.LessPoints= Una geometria areale richiede almeno 3 punti specificati!
-schmitzm.geotools.gui.JMapEditorToolBar.NewFeature.title= Nuovi attributi
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.Err.AutoVal= Valore automatico non supportato per il tipo di attributo '${0}'.
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.Err.GeomAttr= Nome di attributo '${0}' \u00e8 riservato per geometria di default.
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.dialog.title= Crea nuovo layer...
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.ftype.title= Attributi non geometrici
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.title= Titolo layer
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.title.default= Nuovo layer
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.type= Tipo di layer
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.type.line= Layer lineare
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.type.point= Layer puntuale
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.type.polygon= Layer areale
-schmitzm.geotools.gui.JMapEditorToolBar.button.edit.clear= Elimina tutte le operazioni di editing
-schmitzm.geotools.gui.JMapEditorToolBar.button.edit.finish= Inizia nuova geometria
-schmitzm.geotools.gui.JMapEditorToolBar.button.edit.redo= Ripristina ultima operazione di editing
-schmitzm.geotools.gui.JMapEditorToolBar.button.edit.undo= Elimina ultima operazione di editing
-schmitzm.geotools.gui.JMapEditorToolBar.button.layer.cancel= Elimina layer
-schmitzm.geotools.gui.JMapEditorToolBar.button.layer.new= Crea nuovo layer
-schmitzm.geotools.gui.JMapEditorToolBar.button.layer.save= Finisci layer
-schmitzm.geotools.gui.MapActionControlPane.INFO= Info
-schmitzm.geotools.gui.MapActionControlPane.SELECT_ALL= Seleziona da tutti i layers
-schmitzm.geotools.gui.MapActionControlPane.SELECT_TOP= Seleziona dal layer in alto
-schmitzm.geotools.gui.MapActionControlPane.ZOOM_IN= Zoom in
-schmitzm.geotools.gui.MapActionControlPane.ZOOM_OUT= Zoom out
-schmitzm.geotools.gui.MapContextControlPane.ColorMapDialog.TITLE= Mappa di colore
-schmitzm.geotools.gui.MapContextControlPane.Menu.CUSTOMIZE= Customize...
-schmitzm.geotools.gui.MapContextControlPane.Menu.FILTER= Filtra layer...
-schmitzm.geotools.gui.MapContextControlPane.Menu.HIDEALL=Nascondi tutti i layers
-schmitzm.geotools.gui.MapContextControlPane.Menu.INVERTALL= Inverti tutti i layers
-schmitzm.geotools.gui.MapContextControlPane.Menu.MOVE_DOWN= Sposta layer in basso
-schmitzm.geotools.gui.MapContextControlPane.Menu.MOVE_UP=Sposta layer in alto
-schmitzm.geotools.gui.MapContextControlPane.Menu.RECOLOR= Ricolora layer
-schmitzm.geotools.gui.MapContextControlPane.Menu.REMOVE= Rimuovi layer
-schmitzm.geotools.gui.MapContextControlPane.Menu.SHOWALL= Visualizza tutti i layers
-schmitzm.geotools.gui.MapContextControlPane.Menu.ZOOM_TO= Zoom all'estensione del layer
-schmitzm.geotools.gui.MapContextControlPane.SaveColorMapDialog.QUESTION= Inserisci un nome per una nuova mappa di colore...
-schmitzm.geotools.gui.MapContextControlPane.SaveColorMapDialog.TITLE= Nuova mappa di colore
-schmitzm.geotools.gui.RasterPositionLabel.LABEL_PREFIX=Valore Raster 
-schmitzm.geotools.gui.SelectableFeatureTablePane.button.clearSelection.tt= Elimina selezione
-schmitzm.geotools.gui.SelectableFeatureTablePane.button.invertSelection.tt= Inverti selezione
-schmitzm.geotools.gui.SelectableFeatureTablePane.button.selectionToTop.tt= Sposta selezionati in cima della tabella
-schmitzm.geotools.gui.SelectableFeatureTablePane.button.zoomToSelection.tt= Zoom all'estensione degli oggetti selezionati
-schmitzm.geotools.gui.SelectableFeatureTablePane.selectionStatus= ${0} di ${1} ${2} selezionati.
-schmitzm.geotools.gui.SelectableFeatureTablePane.selectionStatus.lines= linee
-schmitzm.geotools.gui.SelectableFeatureTablePane.selectionStatus.points= punti
-schmitzm.geotools.gui.SelectableFeatureTablePane.selectionStatus.polygons= poligoni
-schmitzm.geotools.gui.StyleToolBar.BorderColor= Bordo
-schmitzm.geotools.gui.StyleToolBar.BorderWidth= Larghezza bordo
-schmitzm.geotools.gui.StyleToolBar.FillColor= Riempimento
-schmitzm.geotools.gui.StyleToolBar.PointMark= Stile punto
+FeatureTableModel.AttrName= Attributo
+FeatureTableModel.AttrType= Tipo
+FeatureTableModel.AttrValue= Valore
+CRSSelectionDialog.button.default= CRS di default(${0})
+CRSSelectionDialog.button.predefined= Predefinito
+CRSSelectionDialog.button.userDefined= Utente definito:
+CRSSelectionDialog.button.wgs84= WGS-84 CRS
+CRSSelectionDialog.init.crs.mess= Initialize CRS database. Attendere prego...
+CRSSelectionDialog.init.crs.title= CRS database
+CRSSelectionDialog.mandatory= CRS deve essere specificato!
+CRSSelectionDialog.title= Seleziona un sistema di riferimento coordinate (CRS)
+ColorMapTable.Header.COLOR= Colore
+ColorMapTable.Header.LABEL= Etichetta
+ColorMapTable.Header.OPACITY= Trasparenza
+ColorMapTable.Header.QUANTITY= Quantit\u00e0\u00a0
+FeatureCollectionFilterPanel.FilterDefinitionBorderTitle= Definisci filtro:
+FeatureCollectionFilterPanel.PreviewMapPaneToolTip= Oggetti rossi sono compresi nel filtro,\noggetti grigi no.
+FeatureCollectionFilterPanel.ResultsBorderTitle= Risultato filtro:
+FeatureCollectionFilterPanel.TestButton= Prova filtro
+FeatureCollectionFilterPanel.TestResultDetailsButton= 
+FeatureCollectionFilterPanel.TestResultDetailsToolTip= Visualizza dettagli di errore...
+FeatureLayerFilterDialog.TITLE= Filtro di oggetti
+FeatureTablePane.PreviewMapPaneToolTip= Oggetti rossi sono selezionati,\noggetti grigi no.
+FeatureTypeBuilderTableModel.AttrName= Nome
+FeatureTypeBuilderTableModel.AttrType= Tipo
+FeatureTypeBuilderTableModel.AutoValue= Auto
+FeatureTypeBuilderTableModel.DefValue= Default
+FeatureTypeBuilderTableModel.NewAttr= ATTR_${0}
+FeatureTypeBuilderTableModel.Nillable= Nillable
+GeoPositionLabel.LABEL_PREFIX= Coordinate del mouse:  
+GeotoolsGUIUtil.EAST= EST
+GeotoolsGUIUtil.EAST.Abb= E
+GeotoolsGUIUtil.East= EST
+GeotoolsGUIUtil.Load= Carica
+GeotoolsGUIUtil.LoadFeature= Carica vector
+GeotoolsGUIUtil.LoadRaster= Carica raster
+GeotoolsGUIUtil.NORTH= NORD
+GeotoolsGUIUtil.NORTH.Abb=N
+GeotoolsGUIUtil.North= NORD
+GeotoolsGUIUtil.SOUTH= SUD
+GeotoolsGUIUtil.SOUTH.Abb= S
+GeotoolsGUIUtil.Save= Salva
+GeotoolsGUIUtil.SaveFeature= Salva vettoriale
+GeotoolsGUIUtil.SaveRaster= Salva raster
+GeotoolsGUIUtil.South= SUD
+GeotoolsGUIUtil.WEST= OVEST
+GeotoolsGUIUtil.WEST.Abb= W
+GeotoolsGUIUtil.West= OVEST
+GridPanelFormatter.ToolTipTemplate= ${0} in unit\u00e0\u00a0 ${1}
+GridPanelFormatter_DHDN.title= 1,234,567 (H|R)
+GridPanelFormatter_LatLon1.title= gradi\u00b0 minuti' (N|E|S|W)
+JMapEditorPane.Err.Line.LessPoints= Una geometria lineare richiede almeno 2 punti specificati!
+JMapEditorPane.Err.MissingMap= Per definire il CRS e la posizione geografica devi prima visualizzare un layer.
+JMapEditorPane.Err.Polygon.LessPoints= Una geometria areale richiede almeno 3 punti specificati!
+JMapEditorToolBar.NewFeature.title= Nuovi attributi
+JMapEditorToolBar.NewLayer.Err.AutoVal= Valore automatico non supportato per il tipo di attributo '${0}'.
+JMapEditorToolBar.NewLayer.Err.GeomAttr= Nome di attributo '${0}' \u00e8 riservato per geometria di default.
+JMapEditorToolBar.NewLayer.dialog.title= Crea nuovo layer...
+JMapEditorToolBar.NewLayer.ftype.title= Attributi non geometrici
+JMapEditorToolBar.NewLayer.layer.title= Titolo layer
+JMapEditorToolBar.NewLayer.layer.title.default= Nuovo layer
+JMapEditorToolBar.NewLayer.layer.type= Tipo di layer
+JMapEditorToolBar.NewLayer.layer.type.line= Layer lineare
+JMapEditorToolBar.NewLayer.layer.type.point= Layer puntuale
+JMapEditorToolBar.NewLayer.layer.type.polygon= Layer areale
+JMapEditorToolBar.button.edit.clear= Elimina tutte le operazioni di editing
+JMapEditorToolBar.button.edit.finish= Inizia nuova geometria
+JMapEditorToolBar.button.edit.redo= Ripristina ultima operazione di editing
+JMapEditorToolBar.button.edit.undo= Elimina ultima operazione di editing
+JMapEditorToolBar.button.layer.cancel= Elimina layer
+JMapEditorToolBar.button.layer.new= Crea nuovo layer
+JMapEditorToolBar.button.layer.save= Finisci layer
+MapActionControlPane.INFO= Info
+MapActionControlPane.SELECT_ALL= Seleziona da tutti i layers
+MapActionControlPane.SELECT_TOP= Seleziona dal layer in alto
+MapActionControlPane.ZOOM_IN= Zoom in
+MapActionControlPane.ZOOM_OUT= Zoom out
+MapContextControlPane.ColorMapDialog.TITLE= Mappa di colore
+MapContextControlPane.Menu.CUSTOMIZE= Customize...
+MapContextControlPane.Menu.FILTER= Filtra layer...
+MapContextControlPane.Menu.HIDEALL=Nascondi tutti i layers
+MapContextControlPane.Menu.INVERTALL= Inverti tutti i layers
+MapContextControlPane.Menu.MOVE_DOWN= Sposta layer in basso
+MapContextControlPane.Menu.MOVE_UP=Sposta layer in alto
+MapContextControlPane.Menu.RECOLOR= Ricolora layer
+MapContextControlPane.Menu.REMOVE= Rimuovi layer
+MapContextControlPane.Menu.SHOWALL= Visualizza tutti i layers
+MapContextControlPane.Menu.ZOOM_TO= Zoom all'estensione del layer
+MapContextControlPane.SaveColorMapDialog.QUESTION= Inserisci un nome per una nuova mappa di colore...
+MapContextControlPane.SaveColorMapDialog.TITLE= Nuova mappa di colore
+RasterPositionLabel.LABEL_PREFIX=Valore Raster 
+SelectableFeatureTablePane.button.clearSelection.tt= Elimina selezione
+SelectableFeatureTablePane.button.invertSelection.tt= Inverti selezione
+SelectableFeatureTablePane.button.selectionToTop.tt= Sposta selezionati in cima della tabella
+SelectableFeatureTablePane.button.zoomToSelection.tt= Zoom all'estensione degli oggetti selezionati
+SelectableFeatureTablePane.selectionStatus= ${0} di ${1} ${2} selezionati.
+SelectableFeatureTablePane.selectionStatus.lines= linee
+SelectableFeatureTablePane.selectionStatus.points= punti
+SelectableFeatureTablePane.selectionStatus.polygons= poligoni
+StyleToolBar.BorderColor= Bordo
+StyleToolBar.BorderWidth= Larghezza bordo
+StyleToolBar.FillColor= Riempimento
+StyleToolBar.PointMark= Stile punto

Modified: trunk/schmitzm-gt/src/main/resources/de/schmitzm/geotools/gui/resource/locales/GTResourceBundle_ru.properties
===================================================================
--- trunk/schmitzm-gt/src/main/resources/de/schmitzm/geotools/gui/resource/locales/GTResourceBundle_ru.properties	2011-01-27 18:21:10 UTC (rev 1464)
+++ trunk/schmitzm-gt/src/main/resources/de/schmitzm/geotools/gui/resource/locales/GTResourceBundle_ru.properties	2011-01-27 20:38:28 UTC (rev 1465)
@@ -59,109 +59,109 @@
 org.geotools.styling.StyleBuilder.MARK_STAR=\u0417\u0432\u0435\u0437\u0434\u0430
 org.geotools.styling.StyleBuilder.MARK_TRIANGLE=\u0422\u0440\u0435\u0443\u0433\u043E\u043B\u044C\u043D\u0438\u043A
 org.geotools.styling.StyleBuilder.MARK_X=X
-schmitzm.geotools.feature.FeatureTableModel.AttrName=\u0410\u0442\u0442\u0440\u0438\u0431\u0443\u0442
-schmitzm.geotools.feature.FeatureTableModel.AttrType=\u0422\u0438\u043F
-schmitzm.geotools.feature.FeatureTableModel.AttrValue=\u0417\u043D\u0430\u0447\u0435\u043D\u0438\u0435
-schmitzm.geotools.gui.ColorMapTable.Header.COLOR=\u0426\u0432\u0435\u0442
-schmitzm.geotools.gui.ColorMapTable.Header.LABEL=\u041F\u043E\u0434\u043F\u0438\u0441\u044C
-schmitzm.geotools.gui.ColorMapTable.Header.OPACITY=\u041F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u044C
-schmitzm.geotools.gui.ColorMapTable.Header.QUANTITY=\u041A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E
-schmitzm.geotools.gui.CRSSelectionDialog.button.default=\u041E\u0441\u043D\u043E\u0432\u043D\u0430\u044F CRS (${0})
-schmitzm.geotools.gui.CRSSelectionDialog.button.predefined=\u041F\u0440\u0435\u0434\u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E
-schmitzm.geotools.gui.CRSSelectionDialog.button.userDefined=\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0430\u044F\:
-schmitzm.geotools.gui.CRSSelectionDialog.button.wgs84=WGS-84 CRS
-schmitzm.geotools.gui.CRSSelectionDialog.init.crs.mess=\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0411\u0414 \u0421\u041A. \u041F\u043E\u0434\u043E\u0436\u0434\u0438\u0442\u0435...
-schmitzm.geotools.gui.CRSSelectionDialog.init.crs.title=\u0411\u0414 \u0421\u041A
-schmitzm.geotools.gui.CRSSelectionDialog.mandatory=CRS \u0434\u043E\u043B\u0436\u043D\u0430 \u0431\u044B\u0442\u044C \u043E\u043F\u0440\u0435\u0434\u0435\u043B\u0435\u043D\u0430\!
-schmitzm.geotools.gui.CRSSelectionDialog.title=\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0421\u041A (CRS)
-schmitzm.geotools.gui.FeatureCollectionFilterPanel.FilterDefinitionBorderTitle=\u041E\u043F\u0440\u0435\u0434\u0435\u043B\u0438\u0442\u044C \u0444\u0438\u043B\u044C\u0442\u0440\:
-schmitzm.geotools.gui.FeatureCollectionFilterPanel.PreviewMapPaneToolTip=\u041A\u0440\u0430\u0441\u043D\u044B\u0435 \u043E\u0431\u044A\u0435\u043A\u0442\u044B \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u044B \u0432 \u0444\u0438\u043B\u044C\u0442\u0440, \u0441\u0435\u0440\u044B\u0435 \u043D\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u044B.
-schmitzm.geotools.gui.FeatureCollectionFilterPanel.ResultsBorderTitle=\u0420\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442 \u0444\u0438\u043B\u044C\u0442\u0440\u0430\:
-schmitzm.geotools.gui.FeatureCollectionFilterPanel.TestButton=\u041F\u0440\u043E\u0432\u0435\u0440\u0438\u0442\u044C \u0444\u0438\u043B\u044C\u0442\u0440
-schmitzm.geotools.gui.FeatureCollectionFilterPanel.TestResultDetailsButton=?
-schmitzm.geotools.gui.FeatureCollectionFilterPanel.TestResultDetailsToolTip=\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043F\u043E\u0434\u0440\u043E\u0431\u043D\u043E\u0441\u0442\u0438 \u043E\u0448\u0438\u0431\u043A\u0438...
-schmitzm.geotools.gui.FeatureLayerFilterDialog.TITLE=\u0424\u0438\u043B\u044C\u0442\u0440 \u043E\u0431\u044A\u0435\u043A\u0442\u043E\u0432
-schmitzm.geotools.gui.FeatureTablePane.PreviewMapPaneToolTip=\u041A\u0440\u0430\u0441\u043D\u044B\u0435 \u043E\u0431\u044A\u0435\u043A\u0442\u044B \u0432\u044B\u0431\u0440\u0430\u043D\u044B, \u0441\u0435\u0440\u044B\u0435 \u043D\u0435\u0442.
-schmitzm.geotools.gui.FeatureTypeBuilderTableModel.AttrName=\u0418\u043C\u044F
-schmitzm.geotools.gui.FeatureTypeBuilderTableModel.AttrType=\u0422\u0438\u043F
-schmitzm.geotools.gui.FeatureTypeBuilderTableModel.AutoValue=\u0410\u0432\u0442\u043E
-schmitzm.geotools.gui.FeatureTypeBuilderTableModel.DefValue=\u041F\u043E-\u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E
-schmitzm.geotools.gui.FeatureTypeBuilderTableModel.NewAttr=ATTR_${0}
-schmitzm.geotools.gui.FeatureTypeBuilderTableModel.Nillable=\u041E\u0431\u043D\u0443\u043B\u044F\u0435\u043C\u043E
-schmitzm.geotools.gui.GeoPositionLabel.LABEL_PREFIX=\u041A\u043E\u043E\u0440\u0434\u0438\u043D\u0430\u0442\u044B \u043A\u0443\u0440\u0441\u043E\u0440\u0430\:  
-schmitzm.geotools.gui.GeotoolsGUIUtil.EAST.Abb=\u0412
-schmitzm.geotools.gui.GeotoolsGUIUtil.East=\u0412\u043E\u0441\u0442\u043E\u043A
-schmitzm.geotools.gui.GeotoolsGUIUtil.EAST=\u0412\u043E\u0441\u0442\u043E\u043A
-schmitzm.geotools.gui.GeotoolsGUIUtil.LoadFeature=\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0432\u0435\u043A\u0442\u043E\u0440\u0430
-schmitzm.geotools.gui.GeotoolsGUIUtil.LoadRaster=\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0440\u0430\u0441\u0442\u0440\u0430
-schmitzm.geotools.gui.GeotoolsGUIUtil.Load=\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430
-schmitzm.geotools.gui.GeotoolsGUIUtil.NORTH.Abb=\u0421
-schmitzm.geotools.gui.GeotoolsGUIUtil.NORTH=\u0421\u0435\u0432\u0435\u0440
-schmitzm.geotools.gui.GeotoolsGUIUtil.North=\u0421\u0435\u0432\u0435\u0440
-schmitzm.geotools.gui.GeotoolsGUIUtil.SaveFeature=\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u0432\u0435\u043A\u0442\u043E\u0440
-schmitzm.geotools.gui.GeotoolsGUIUtil.SaveRaster=\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u0440\u0430\u0441\u0442\u0440
-schmitzm.geotools.gui.GeotoolsGUIUtil.Save=\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C
-schmitzm.geotools.gui.GeotoolsGUIUtil.SOUTH.Abb=\u042E
-schmitzm.geotools.gui.GeotoolsGUIUtil.South=\u042E\u0433
-schmitzm.geotools.gui.GeotoolsGUIUtil.SOUTH=\u042E\u0433
-schmitzm.geotools.gui.GeotoolsGUIUtil.WEST.Abb=\u0417
-schmitzm.geotools.gui.GeotoolsGUIUtil.West=\u0417\u0430\u043F\u0430\u0434
-schmitzm.geotools.gui.GeotoolsGUIUtil.WEST=\u0417\u0430\u043F\u0430\u0434
-schmitzm.geotools.gui.GridPanelFormatter_DHDN.title=1,234,567 (H|R)
-schmitzm.geotools.gui.GridPanelFormatter_LatLon1.title=\u0413\u0440\u0430\u0434\u0443\u0441\u044B\u00B0 \u043C\u0438\u043D\u0443\u0442\u044B' (\u0421|\u0412|\u042E|\u0417)
-schmitzm.geotools.gui.GridPanelFormatter.ToolTipTemplate=${0} \u0432 \u0435\u0434.\u0438\u0437\u043C. ${1}
-schmitzm.geotools.gui.JMapEditorPane.Err.Line.LessPoints=\u0414\u043B\u044F \u043B\u0438\u043D\u0435\u0439\u043D\u043E\u0433\u043E \u043E\u0431\u044A\u0435\u043A\u0442\u0430 \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043D\u0435 \u043C\u0435\u043D\u0435\u0435\u0435 \u0434\u0432\u0443\u0445 \u0442\u043E\u0447\u0435\u043A\!
-schmitzm.geotools.gui.JMapEditorPane.Err.MissingMap=\u041F\u0435\u0440\u0432\u044B\u0439 \u0441\u043B\u043E\u0439 \u0434\u043E\u043B\u0436\u0435\u043D \u0431\u044B\u0442\u044C \u0432\u0438\u0434\u0438\u043C (\u0414\u043B\u044F \u043E\u043F\u0440\u0435\u0434\u0435\u043B\u0435\u043D\u0438\u044F \u0421\u041A).
-schmitzm.geotools.gui.JMapEditorPane.Err.Polygon.LessPoints=\u0414\u043B\u044F \u043F\u043E\u043B\u0438\u0433\u043E\u043D\u043E\u0432 \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043D\u0435 \u043C\u0435\u043D\u0435\u0435 3 \u0442\u043E\u0447\u0435\u043A\!
-schmitzm.geotools.gui.JMapEditorToolBar.button.edit.clear=\u041E\u0442\u043C\u0435\u043D\u0438\u0442\u044C \u0432\u0441\u0435 \u043F\u0440\u0430\u0432\u043A\u0438
-schmitzm.geotools.gui.JMapEditorToolBar.button.edit.finish=\u041D\u0430\u0447\u0430\u0442\u044C \u043D\u043E\u0432\u044B\u0439 \u043E\u0431\u044A\u0435\u043A\u0442
-schmitzm.geotools.gui.JMapEditorToolBar.button.edit.redo=\u041F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u044C \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u044E\u044E \u043E\u043F\u0435\u0440\u0430\u0446\u0438\u044E
-schmitzm.geotools.gui.JMapEditorToolBar.button.edit.undo=\u041E\u0442\u043C\u0435\u043D\u0438\u0442\u044C \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u044E\u044E \u043E\u043F\u0435\u0440\u0430\u0446\u0438\u044E
-schmitzm.geotools.gui.JMapEditorToolBar.button.layer.cancel=\u041E\u0442\u043C\u0435\u043D\u0438\u0442\u044C \u0441\u043B\u043E\u0439
-schmitzm.geotools.gui.JMapEditorToolBar.button.layer.new=\u0421\u043E\u0437\u0434\u0430\u0442\u044C \u0441\u043B\u043E\u0439
-schmitzm.geotools.gui.JMapEditorToolBar.button.layer.save=\u0417\u0430\u043A\u043E\u043D\u0447\u0438\u0442\u044C \u0441\u043B\u043E\u0439
-schmitzm.geotools.gui.JMapEditorToolBar.NewFeature.title=\u041D\u043E\u0432\u044B\u0435 \u0430\u0442\u0442\u0440\u0438\u0431\u0443\u0442\u044B \u043E\u0431\u044A\u0435\u043A\u0442\u0430
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.dialog.title=\u0421\u043E\u0437\u0434\u0430\u0442\u044C \u0441\u043B\u043E\u0439...
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.Err.AutoVal=\u0410\u0432\u0442\u043E\u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043D\u0435 \u043F\u0440\u0435\u0434\u0443\u0441\u043C\u043E\u0442\u0440\u0435\u043D\u044B \u0442\u0438\u043F\u043E\u043C '${0}'.
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.Err.GeomAttr=\u0418\u043C\u044F \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 '${0}' \u0437\u0430\u0440\u0435\u0437\u0435\u0440\u0432\u0438\u0440\u043E\u0432\u0430\u043D\u043E \u0434\u043B\u044F \u0433\u0435\u043E\u043C\u0435\u0442\u0440\u0438\u0438.
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.ftype.title=\u041D\u0435 \u0433\u0435\u043E\u043C\u0435\u0442\u0440\u0438\u0447\u0435\u0441\u043A\u0438\u0435 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u044B
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.title.default=\u041D\u043E\u0432\u044B\u0439 \u0441\u043B\u043E\u0439
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.title=\u0417\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A \u0441\u043B\u043E\u044F
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.type.line=\u041B\u0438\u043D\u0435\u0439\u043D\u044B\u0439
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.type.point=\u0422\u043E\u0447\u0435\u0447\u043D\u044B\u0439
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.type.polygon=\u041F\u043E\u043B\u0438\u0433\u043E\u043D\u0430\u043B\u044C\u043D\u044B\u0439
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.type=\u0422\u0438\u043F \u0441\u043B\u043E\u044F
-schmitzm.geotools.gui.MapActionControlPane.INFO=\u0418\u043D\u0444\u043E
-schmitzm.geotools.gui.MapActionControlPane.SELECT_ALL=\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0438\u0437 \u0432\u0441\u0435\u0445 \u0441\u043B\u043E\u0435\u0432
-schmitzm.geotools.gui.MapActionControlPane.SELECT_TOP=\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0438\u0437 \u0432\u0435\u0440\u0445\u043D\u0435\u0433\u043E \u0441\u043B\u043E\u044F
-schmitzm.geotools.gui.MapActionControlPane.ZOOM_IN=\u041F\u0440\u0438\u0431\u043B\u0438\u0437\u0438\u0442\u044C
-schmitzm.geotools.gui.MapActionControlPane.ZOOM_OUT=\u041E\u0442\u0434\u0430\u043B\u0438\u0442\u044C
-schmitzm.geotools.gui.MapContextControlPane.ColorMapDialog.TITLE=\u0426\u0432\u0435\u0442\u043E\u0432\u0430\u044F \u043F\u0430\u043B\u0438\u0442\u0440\u0430
-schmitzm.geotools.gui.MapContextControlPane.Menu.CUSTOMIZE=\u041D\u0430\u0441\u0442\u0440\u043E\u0438\u0442\u044C...
-schmitzm.geotools.gui.MapContextControlPane.Menu.FILTER=\u0424\u0438\u043B\u044C\u0442\u0440\u043E\u0432\u0430\u0442\u044C \u0441\u043B\u043E\u0439...
-schmitzm.geotools.gui.MapContextControlPane.Menu.HIDEALL=\u0421\u043F\u0440\u044F\u0442\u0430\u0442\u044C \u0432\u0441\u0435 \u0441\u043B\u043E\u0438
-schmitzm.geotools.gui.MapContextControlPane.Menu.INVERTALL=\u0418\u043D\u0432\u0435\u0440\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0441\u043B\u043E\u0438
-schmitzm.geotools.gui.MapContextControlPane.Menu.MOVE_DOWN=\u041E\u043F\u0443\u0441\u0442\u0438\u0442\u044C \u0441\u043B\u043E\u0439 \u0412\u041D\u0418\u0417
-schmitzm.geotools.gui.MapContextControlPane.Menu.MOVE_UP=\u041F\u043E\u0434\u043D\u044F\u0442\u044C \u0441\u043B\u043E\u0439 \u0412\u0412\u0415\u0420\u0425
-schmitzm.geotools.gui.MapContextControlPane.Menu.RECOLOR=\u041F\u0435\u0440\u0435\u043A\u0440\u0430\u0441\u0438\u0442\u044C \u0441\u043B\u043E\u0439
-schmitzm.geotools.gui.MapContextControlPane.Menu.REMOVE=\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0441\u043B\u043E\u0439
-schmitzm.geotools.gui.MapContextControlPane.Menu.SHOWALL=\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0432\u0441\u0435 \u0441\u043B\u043E\u0438
-schmitzm.geotools.gui.MapContextControlPane.Menu.ZOOM_TO=\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043A \u043C\u0430\u0441\u0448\u0442\u0430\u0431\u0443 \u0441\u043B\u043E\u044F
-schmitzm.geotools.gui.MapContextControlPane.SaveColorMapDialog.QUESTION=\u0412\u0432\u0435\u0441\u0442\u0438 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u043D\u043E\u0432\u043E\u0439 \u043F\u0430\u043B\u0438\u0442\u0440\u044B...
-schmitzm.geotools.gui.MapContextControlPane.SaveColorMapDialog.TITLE=\u041D\u043E\u0432\u0430\u044F \u043F\u0430\u043B\u0438\u0442\u0440\u0430
-schmitzm.geotools.gui.RasterPositionLabel.LABEL_PREFIX=\u0420\u0430\u0441\u0442\u0440\u043E\u0432\u043E\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435
-schmitzm.geotools.gui.SelectableFeatureTablePane.button.clearSelection.tt=\u041E\u0442\u0447\u0438\u0442\u0441\u0438\u0442\u044C \u0432\u044B\u0434\u0435\u043B\u0435\u043D\u0438\u0435
-schmitzm.geotools.gui.SelectableFeatureTablePane.button.invertSelection.tt=\u0418\u043D\u0432\u0435\u0440\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0432\u044B\u0434\u0435\u043B\u0435\u043D\u0438\u0435
-schmitzm.geotools.gui.SelectableFeatureTablePane.button.selectionToTop.tt=\u041F\u0435\u0440\u0435\u0434\u0432\u0438\u043D\u0443\u0442\u044C \u0432\u044B\u0434\u0435\u043B\u0435\u043D\u0438\u0435 \u0432 \u0432\u0435\u0440\u0445 \u0442\u0430\u0431\u043B\u0438\u0446\u044B
-schmitzm.geotools.gui.SelectableFeatureTablePane.button.zoomToSelection.tt=\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043A \u0432\u044B\u0434\u0435\u043B\u0435\u043D\u043D\u044B\u043C \u043E\u0431\u044A\u0435\u043A\u0442\u0430\u043C
-schmitzm.geotools.gui.SelectableFeatureTablePane.selectionStatus=${0} \u0438\u0437 ${1} ${2} \u0432\u044B\u0434\u0435\u043B\u0435\u043D\u043E.
-schmitzm.geotools.gui.SelectableFeatureTablePane.selectionStatus.lines=\u043B\u0438\u043D\u0438\u0439
-schmitzm.geotools.gui.SelectableFeatureTablePane.selectionStatus.points=\u0442\u043E\u0447\u043A\u0435\u043A
-schmitzm.geotools.gui.SelectableFeatureTablePane.selectionStatus.polygons=\u043F\u043E\u043B\u0438\u0433\u043E\u043D\u043E\u0432
-schmitzm.geotools.gui.StyleToolBar.BorderColor=\u041E\u043A\u0430\u043D\u0442\u043E\u0432\u043A\u0430
-schmitzm.geotools.gui.StyleToolBar.BorderWidth=\u0428\u0438\u0440\u0438\u043D\u0430 \u043E\u043A\u0430\u043D\u0442\u043E\u0432\u043A\u0438
-schmitzm.geotools.gui.StyleToolBar.FillColor=\u0417\u0430\u043B\u0438\u0432\u043A\u0430
-schmitzm.geotools.gui.StyleToolBar.PointMark=\u0421\u0442\u0438\u043B\u044C \u0442\u043E\u0447\u043A\u0438
+FeatureTableModel.AttrName=\u0410\u0442\u0442\u0440\u0438\u0431\u0443\u0442
+FeatureTableModel.AttrType=\u0422\u0438\u043F
+FeatureTableModel.AttrValue=\u0417\u043D\u0430\u0447\u0435\u043D\u0438\u0435
+ColorMapTable.Header.COLOR=\u0426\u0432\u0435\u0442
+ColorMapTable.Header.LABEL=\u041F\u043E\u0434\u043F\u0438\u0441\u044C
+ColorMapTable.Header.OPACITY=\u041F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u044C
+ColorMapTable.Header.QUANTITY=\u041A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E
+CRSSelectionDialog.button.default=\u041E\u0441\u043D\u043E\u0432\u043D\u0430\u044F CRS (${0})
+CRSSelectionDialog.button.predefined=\u041F\u0440\u0435\u0434\u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E
+CRSSelectionDialog.button.userDefined=\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0430\u044F\:
+CRSSelectionDialog.button.wgs84=WGS-84 CRS
+CRSSelectionDialog.init.crs.mess=\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0411\u0414 \u0421\u041A. \u041F\u043E\u0434\u043E\u0436\u0434\u0438\u0442\u0435...
+CRSSelectionDialog.init.crs.title=\u0411\u0414 \u0421\u041A
+CRSSelectionDialog.mandatory=CRS \u0434\u043E\u043B\u0436\u043D\u0430 \u0431\u044B\u0442\u044C \u043E\u043F\u0440\u0435\u0434\u0435\u043B\u0435\u043D\u0430\!
+CRSSelectionDialog.title=\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0421\u041A (CRS)
+FeatureCollectionFilterPanel.FilterDefinitionBorderTitle=\u041E\u043F\u0440\u0435\u0434\u0435\u043B\u0438\u0442\u044C \u0444\u0438\u043B\u044C\u0442\u0440\:
+FeatureCollectionFilterPanel.PreviewMapPaneToolTip=\u041A\u0440\u0430\u0441\u043D\u044B\u0435 \u043E\u0431\u044A\u0435\u043A\u0442\u044B \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u044B \u0432 \u0444\u0438\u043B\u044C\u0442\u0440, \u0441\u0435\u0440\u044B\u0435 \u043D\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u044B.
+FeatureCollectionFilterPanel.ResultsBorderTitle=\u0420\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442 \u0444\u0438\u043B\u044C\u0442\u0440\u0430\:
+FeatureCollectionFilterPanel.TestButton=\u041F\u0440\u043E\u0432\u0435\u0440\u0438\u0442\u044C \u0444\u0438\u043B\u044C\u0442\u0440
+FeatureCollectionFilterPanel.TestResultDetailsButton=?
+FeatureCollectionFilterPanel.TestResultDetailsToolTip=\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043F\u043E\u0434\u0440\u043E\u0431\u043D\u043E\u0441\u0442\u0438 \u043E\u0448\u0438\u0431\u043A\u0438...
+FeatureLayerFilterDialog.TITLE=\u0424\u0438\u043B\u044C\u0442\u0440 \u043E\u0431\u044A\u0435\u043A\u0442\u043E\u0432
+FeatureTablePane.PreviewMapPaneToolTip=\u041A\u0440\u0430\u0441\u043D\u044B\u0435 \u043E\u0431\u044A\u0435\u043A\u0442\u044B \u0432\u044B\u0431\u0440\u0430\u043D\u044B, \u0441\u0435\u0440\u044B\u0435 \u043D\u0435\u0442.
+FeatureTypeBuilderTableModel.AttrName=\u0418\u043C\u044F
+FeatureTypeBuilderTableModel.AttrType=\u0422\u0438\u043F
+FeatureTypeBuilderTableModel.AutoValue=\u0410\u0432\u0442\u043E
+FeatureTypeBuilderTableModel.DefValue=\u041F\u043E-\u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E
+FeatureTypeBuilderTableModel.NewAttr=ATTR_${0}
+FeatureTypeBuilderTableModel.Nillable=\u041E\u0431\u043D\u0443\u043B\u044F\u0435\u043C\u043E
+GeoPositionLabel.LABEL_PREFIX=\u041A\u043E\u043E\u0440\u0434\u0438\u043D\u0430\u0442\u044B \u043A\u0443\u0440\u0441\u043E\u0440\u0430\:  
+GeotoolsGUIUtil.EAST.Abb=\u0412
+GeotoolsGUIUtil.East=\u0412\u043E\u0441\u0442\u043E\u043A
+GeotoolsGUIUtil.EAST=\u0412\u043E\u0441\u0442\u043E\u043A
+GeotoolsGUIUtil.LoadFeature=\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0432\u0435\u043A\u0442\u043E\u0440\u0430
+GeotoolsGUIUtil.LoadRaster=\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0440\u0430\u0441\u0442\u0440\u0430
+GeotoolsGUIUtil.Load=\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430
+GeotoolsGUIUtil.NORTH.Abb=\u0421
+GeotoolsGUIUtil.NORTH=\u0421\u0435\u0432\u0435\u0440
+GeotoolsGUIUtil.North=\u0421\u0435\u0432\u0435\u0440
+GeotoolsGUIUtil.SaveFeature=\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u0432\u0435\u043A\u0442\u043E\u0440
+GeotoolsGUIUtil.SaveRaster=\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u0440\u0430\u0441\u0442\u0440
+GeotoolsGUIUtil.Save=\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C
+GeotoolsGUIUtil.SOUTH.Abb=\u042E
+GeotoolsGUIUtil.South=\u042E\u0433
+GeotoolsGUIUtil.SOUTH=\u042E\u0433
+GeotoolsGUIUtil.WEST.Abb=\u0417
+GeotoolsGUIUtil.West=\u0417\u0430\u043F\u0430\u0434
+GeotoolsGUIUtil.WEST=\u0417\u0430\u043F\u0430\u0434
+GridPanelFormatter_DHDN.title=1,234,567 (H|R)
+GridPanelFormatter_LatLon1.title=\u0413\u0440\u0430\u0434\u0443\u0441\u044B\u00B0 \u043C\u0438\u043D\u0443\u0442\u044B' (\u0421|\u0412|\u042E|\u0417)
+GridPanelFormatter.ToolTipTemplate=${0} \u0432 \u0435\u0434.\u0438\u0437\u043C. ${1}
+JMapEditorPane.Err.Line.LessPoints=\u0414\u043B\u044F \u043B\u0438\u043D\u0435\u0439\u043D\u043E\u0433\u043E \u043E\u0431\u044A\u0435\u043A\u0442\u0430 \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043D\u0435 \u043C\u0435\u043D\u0435\u0435\u0435 \u0434\u0432\u0443\u0445 \u0442\u043E\u0447\u0435\u043A\!
+JMapEditorPane.Err.MissingMap=\u041F\u0435\u0440\u0432\u044B\u0439 \u0441\u043B\u043E\u0439 \u0434\u043E\u043B\u0436\u0435\u043D \u0431\u044B\u0442\u044C \u0432\u0438\u0434\u0438\u043C (\u0414\u043B\u044F \u043E\u043F\u0440\u0435\u0434\u0435\u043B\u0435\u043D\u0438\u044F \u0421\u041A).
+JMapEditorPane.Err.Polygon.LessPoints=\u0414\u043B\u044F \u043F\u043E\u043B\u0438\u0433\u043E\u043D\u043E\u0432 \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u043D\u0435 \u043C\u0435\u043D\u0435\u0435 3 \u0442\u043E\u0447\u0435\u043A\!
+JMapEditorToolBar.button.edit.clear=\u041E\u0442\u043C\u0435\u043D\u0438\u0442\u044C \u0432\u0441\u0435 \u043F\u0440\u0430\u0432\u043A\u0438
+JMapEditorToolBar.button.edit.finish=\u041D\u0430\u0447\u0430\u0442\u044C \u043D\u043E\u0432\u044B\u0439 \u043E\u0431\u044A\u0435\u043A\u0442
+JMapEditorToolBar.button.edit.redo=\u041F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u044C \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u044E\u044E \u043E\u043F\u0435\u0440\u0430\u0446\u0438\u044E
+JMapEditorToolBar.button.edit.undo=\u041E\u0442\u043C\u0435\u043D\u0438\u0442\u044C \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u044E\u044E \u043E\u043F\u0435\u0440\u0430\u0446\u0438\u044E
+JMapEditorToolBar.button.layer.cancel=\u041E\u0442\u043C\u0435\u043D\u0438\u0442\u044C \u0441\u043B\u043E\u0439
+JMapEditorToolBar.button.layer.new=\u0421\u043E\u0437\u0434\u0430\u0442\u044C \u0441\u043B\u043E\u0439
+JMapEditorToolBar.button.layer.save=\u0417\u0430\u043A\u043E\u043D\u0447\u0438\u0442\u044C \u0441\u043B\u043E\u0439
+JMapEditorToolBar.NewFeature.title=\u041D\u043E\u0432\u044B\u0435 \u0430\u0442\u0442\u0440\u0438\u0431\u0443\u0442\u044B \u043E\u0431\u044A\u0435\u043A\u0442\u0430
+JMapEditorToolBar.NewLayer.dialog.title=\u0421\u043E\u0437\u0434\u0430\u0442\u044C \u0441\u043B\u043E\u0439...
+JMapEditorToolBar.NewLayer.Err.AutoVal=\u0410\u0432\u0442\u043E\u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043D\u0435 \u043F\u0440\u0435\u0434\u0443\u0441\u043C\u043E\u0442\u0440\u0435\u043D\u044B \u0442\u0438\u043F\u043E\u043C '${0}'.
+JMapEditorToolBar.NewLayer.Err.GeomAttr=\u0418\u043C\u044F \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430 '${0}' \u0437\u0430\u0440\u0435\u0437\u0435\u0440\u0432\u0438\u0440\u043E\u0432\u0430\u043D\u043E \u0434\u043B\u044F \u0433\u0435\u043E\u043C\u0435\u0442\u0440\u0438\u0438.
+JMapEditorToolBar.NewLayer.ftype.title=\u041D\u0435 \u0433\u0435\u043E\u043C\u0435\u0442\u0440\u0438\u0447\u0435\u0441\u043A\u0438\u0435 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u044B
+JMapEditorToolBar.NewLayer.layer.title.default=\u041D\u043E\u0432\u044B\u0439 \u0441\u043B\u043E\u0439
+JMapEditorToolBar.NewLayer.layer.title=\u0417\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A \u0441\u043B\u043E\u044F
+JMapEditorToolBar.NewLayer.layer.type.line=\u041B\u0438\u043D\u0435\u0439\u043D\u044B\u0439
+JMapEditorToolBar.NewLayer.layer.type.point=\u0422\u043E\u0447\u0435\u0447\u043D\u044B\u0439
+JMapEditorToolBar.NewLayer.layer.type.polygon=\u041F\u043E\u043B\u0438\u0433\u043E\u043D\u0430\u043B\u044C\u043D\u044B\u0439
+JMapEditorToolBar.NewLayer.layer.type=\u0422\u0438\u043F \u0441\u043B\u043E\u044F
+MapActionControlPane.INFO=\u0418\u043D\u0444\u043E
+MapActionControlPane.SELECT_ALL=\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0438\u0437 \u0432\u0441\u0435\u0445 \u0441\u043B\u043E\u0435\u0432
+MapActionControlPane.SELECT_TOP=\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0438\u0437 \u0432\u0435\u0440\u0445\u043D\u0435\u0433\u043E \u0441\u043B\u043E\u044F
+MapActionControlPane.ZOOM_IN=\u041F\u0440\u0438\u0431\u043B\u0438\u0437\u0438\u0442\u044C
+MapActionControlPane.ZOOM_OUT=\u041E\u0442\u0434\u0430\u043B\u0438\u0442\u044C
+MapContextControlPane.ColorMapDialog.TITLE=\u0426\u0432\u0435\u0442\u043E\u0432\u0430\u044F \u043F\u0430\u043B\u0438\u0442\u0440\u0430
+MapContextControlPane.Menu.CUSTOMIZE=\u041D\u0430\u0441\u0442\u0440\u043E\u0438\u0442\u044C...
+MapContextControlPane.Menu.FILTER=\u0424\u0438\u043B\u044C\u0442\u0440\u043E\u0432\u0430\u0442\u044C \u0441\u043B\u043E\u0439...
+MapContextControlPane.Menu.HIDEALL=\u0421\u043F\u0440\u044F\u0442\u0430\u0442\u044C \u0432\u0441\u0435 \u0441\u043B\u043E\u0438
+MapContextControlPane.Menu.INVERTALL=\u0418\u043D\u0432\u0435\u0440\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0441\u043B\u043E\u0438
+MapContextControlPane.Menu.MOVE_DOWN=\u041E\u043F\u0443\u0441\u0442\u0438\u0442\u044C \u0441\u043B\u043E\u0439 \u0412\u041D\u0418\u0417
+MapContextControlPane.Menu.MOVE_UP=\u041F\u043E\u0434\u043D\u044F\u0442\u044C \u0441\u043B\u043E\u0439 \u0412\u0412\u0415\u0420\u0425
+MapContextControlPane.Menu.RECOLOR=\u041F\u0435\u0440\u0435\u043A\u0440\u0430\u0441\u0438\u0442\u044C \u0441\u043B\u043E\u0439
+MapContextControlPane.Menu.REMOVE=\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0441\u043B\u043E\u0439
+MapContextControlPane.Menu.SHOWALL=\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0432\u0441\u0435 \u0441\u043B\u043E\u0438
+MapContextControlPane.Menu.ZOOM_TO=\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043A \u043C\u0430\u0441\u0448\u0442\u0430\u0431\u0443 \u0441\u043B\u043E\u044F
+MapContextControlPane.SaveColorMapDialog.QUESTION=\u0412\u0432\u0435\u0441\u0442\u0438 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u043D\u043E\u0432\u043E\u0439 \u043F\u0430\u043B\u0438\u0442\u0440\u044B...
+MapContextControlPane.SaveColorMapDialog.TITLE=\u041D\u043E\u0432\u0430\u044F \u043F\u0430\u043B\u0438\u0442\u0440\u0430
+RasterPositionLabel.LABEL_PREFIX=\u0420\u0430\u0441\u0442\u0440\u043E\u0432\u043E\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435
+SelectableFeatureTablePane.button.clearSelection.tt=\u041E\u0442\u0447\u0438\u0442\u0441\u0438\u0442\u044C \u0432\u044B\u0434\u0435\u043B\u0435\u043D\u0438\u0435
+SelectableFeatureTablePane.button.invertSelection.tt=\u0418\u043D\u0432\u0435\u0440\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0432\u044B\u0434\u0435\u043B\u0435\u043D\u0438\u0435
+SelectableFeatureTablePane.button.selectionToTop.tt=\u041F\u0435\u0440\u0435\u0434\u0432\u0438\u043D\u0443\u0442\u044C \u0432\u044B\u0434\u0435\u043B\u0435\u043D\u0438\u0435 \u0432 \u0432\u0435\u0440\u0445 \u0442\u0430\u0431\u043B\u0438\u0446\u044B
+SelectableFeatureTablePane.button.zoomToSelection.tt=\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043A \u0432\u044B\u0434\u0435\u043B\u0435\u043D\u043D\u044B\u043C \u043E\u0431\u044A\u0435\u043A\u0442\u0430\u043C
+SelectableFeatureTablePane.selectionStatus=${0} \u0438\u0437 ${1} ${2} \u0432\u044B\u0434\u0435\u043B\u0435\u043D\u043E.
+SelectableFeatureTablePane.selectionStatus.lines=\u043B\u0438\u043D\u0438\u0439
+SelectableFeatureTablePane.selectionStatus.points=\u0442\u043E\u0447\u043A\u0435\u043A
+SelectableFeatureTablePane.selectionStatus.polygons=\u043F\u043E\u043B\u0438\u0433\u043E\u043D\u043E\u0432
+StyleToolBar.BorderColor=\u041E\u043A\u0430\u043D\u0442\u043E\u0432\u043A\u0430
+StyleToolBar.BorderWidth=\u0428\u0438\u0440\u0438\u043D\u0430 \u043E\u043A\u0430\u043D\u0442\u043E\u0432\u043A\u0438
+StyleToolBar.FillColor=\u0417\u0430\u043B\u0438\u0432\u043A\u0430
+StyleToolBar.PointMark=\u0421\u0442\u0438\u043B\u044C \u0442\u043E\u0447\u043A\u0438
 SearchMapDialog.Explanation=<html>\u0417\u0434\u0435\u0441\u044C \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u043D\u0430\u0439\u0442\u0438 \u0432\u0441\u0435 <b>\u043F\u043E\u0434\u043F\u0438\u0441\u0438</b> \u043A\u0430\u0440\u0442.</html>  
 SearchMapDialog.Results.Column.Layer=\u043D\u0430\u0439\u0434\u0435\u043D\u044B\u0445 \u0432
 SearchMapDialog.Results.Column.Name=\u0438\u043C\u044F

Modified: trunk/schmitzm-gt/src/main/resources/de/schmitzm/geotools/gui/resource/locales/GTResourceBundle_tr.properties
===================================================================
--- trunk/schmitzm-gt/src/main/resources/de/schmitzm/geotools/gui/resource/locales/GTResourceBundle_tr.properties	2011-01-27 18:21:10 UTC (rev 1464)
+++ trunk/schmitzm-gt/src/main/resources/de/schmitzm/geotools/gui/resource/locales/GTResourceBundle_tr.properties	2011-01-27 20:38:28 UTC (rev 1465)
@@ -29,104 +29,104 @@
 org.geotools.styling.StyleBuilder.MARK_STAR=Y\u00FDld\u00FDz
 org.geotools.styling.StyleBuilder.MARK_TRIANGLE=\u00DC\u00E7gen
 org.geotools.styling.StyleBuilder.MARK_X=X
-schmitzm.geotools.feature.FeatureTableModel.AttrName=\u00D6znitelik
-schmitzm.geotools.feature.FeatureTableModel.AttrType=Tip
-schmitzm.geotools.feature.FeatureTableModel.AttrValue=De\u00F0er
-schmitzm.geotools.gui.CRSSelectionDialog.button.default=Varsay\u00FDlan CRS (${0})
-schmitzm.geotools.gui.CRSSelectionDialog.button.predefined=\u00D6ntan\u00FDml\u00FD
-schmitzm.geotools.gui.CRSSelectionDialog.button.userDefined=Kullan\u00FDc\u00FD tan\u00FDml\u00FD\:
-schmitzm.geotools.gui.CRSSelectionDialog.button.wgs84=WGS-84 CRS
-schmitzm.geotools.gui.CRSSelectionDialog.init.crs.mess=CRS veritaban\u00FD haz\u00FDrlan\u00FDyor. L\u00FCtfen bekleyin...
-schmitzm.geotools.gui.CRSSelectionDialog.init.crs.title=CRS veritaban\u00FD
-schmitzm.geotools.gui.CRSSelectionDialog.mandatory= CRS belirtilmeli!
-schmitzm.geotools.gui.CRSSelectionDialog.title=Koordinat referans sistemi (CRS) se\u00E7in
-schmitzm.geotools.gui.ColorMapTable.Header.COLOR=Renk
-schmitzm.geotools.gui.ColorMapTable.Header.LABEL=Etiket
-schmitzm.geotools.gui.ColorMapTable.Header.OPACITY=Transparan
-schmitzm.geotools.gui.ColorMapTable.Header.QUANTITY=Nicelik
-schmitzm.geotools.gui.FeatureCollectionFilterPanel.FilterDefinitionBorderTitle=S\u00FCzge\u00E7 tan\u00FDmlay\u00FDn\:
-schmitzm.geotools.gui.FeatureCollectionFilterPanel.PreviewMapPaneToolTip=K\u00FDrm\u00FDz\u00FD \u00F6zellikler s\u00FCzge\u00E7 taraf\u00FDndan eklenmi\u00FE,\n gri \u00F6zellikler eklenmemi\u00FEtir.
-schmitzm.geotools.gui.FeatureCollectionFilterPanel.ResultsBorderTitle=S\u00FCzge\u00E7 sonucu\:
-schmitzm.geotools.gui.FeatureCollectionFilterPanel.TestButton=S\u00FCzgeci dene
-schmitzm.geotools.gui.FeatureCollectionFilterPanel.TestResultDetailsButton=?
-schmitzm.geotools.gui.FeatureCollectionFilterPanel.TestResultDetailsToolTip=Hata detaylar\u00FDn\u00FD g\u00F6ster...
-schmitzm.geotools.gui.FeatureLayerFilterDialog.TITLE=\u00D6zellik S\u00FCzgeci
-schmitzm.geotools.gui.FeatureTablePane.PreviewMapPaneToolTip=K\u00FDrm\u00FDz\u00FD \u00F6zellikler se\u00E7ili,\n gri \u00F6zellikler se\u00E7ili de\u00F0ildir.
-schmitzm.geotools.gui.FeatureTypeBuilderTableModel.AttrName=\u00DDsim
-schmitzm.geotools.gui.FeatureTypeBuilderTableModel.AttrType=Tip
-schmitzm.geotools.gui.FeatureTypeBuilderTableModel.AutoValue=Otomatik
-schmitzm.geotools.gui.FeatureTypeBuilderTableModel.DefValue=Varsay\u00FDlan
-schmitzm.geotools.gui.FeatureTypeBuilderTableModel.NewAttr=ATTR_${0}
-schmitzm.geotools.gui.FeatureTypeBuilderTableModel.Nillable=Nullable
-schmitzm.geotools.gui.GeoPositionLabel.LABEL_PREFIX=Fare koordinat\u00FD\:  
-schmitzm.geotools.gui.GeotoolsGUIUtil.EAST=Do\u00F0u
-schmitzm.geotools.gui.GeotoolsGUIUtil.EAST.Abb=D
-schmitzm.geotools.gui.GeotoolsGUIUtil.East=Do\u00F0u
-schmitzm.geotools.gui.GeotoolsGUIUtil.Load=Y\u00FCkle
-schmitzm.geotools.gui.GeotoolsGUIUtil.LoadFeature=Vekt\u00F6r y\u00FCkle
-schmitzm.geotools.gui.GeotoolsGUIUtil.LoadRaster=Raster y\u00FCkle
-schmitzm.geotools.gui.GeotoolsGUIUtil.NORTH=Kuzey
-schmitzm.geotools.gui.GeotoolsGUIUtil.NORTH.Abb=K
-schmitzm.geotools.gui.GeotoolsGUIUtil.North=Kuzey
-schmitzm.geotools.gui.GeotoolsGUIUtil.SOUTH=G\u00FCney
-schmitzm.geotools.gui.GeotoolsGUIUtil.SOUTH.Abb=G
-schmitzm.geotools.gui.GeotoolsGUIUtil.Save=Kaydet
-schmitzm.geotools.gui.GeotoolsGUIUtil.SaveFeature=Vekt\u00F6r kaydet
-schmitzm.geotools.gui.GeotoolsGUIUtil.SaveRaster=Raster kaydet
-schmitzm.geotools.gui.GeotoolsGUIUtil.South=G\u00FCney
-schmitzm.geotools.gui.GeotoolsGUIUtil.WEST=Bat\u00FD
-schmitzm.geotools.gui.GeotoolsGUIUtil.WEST.Abb=B
-schmitzm.geotools.gui.GeotoolsGUIUtil.West=Bat\u00FD
-schmitzm.geotools.gui.GridPanelFormatter_DHDN.title=1,234,567 (H|R)
-schmitzm.geotools.gui.GridPanelFormatter_LatLon1.title=derece\u00C2\u00B0 dakika' (K|D|G|B)
-schmitzm.geotools.gui.JMapEditorPane.Err.Line.LessPoints=Bir \u00E7izgi \u00F6zelli\u00F0i i\u00E7in en az iki nokta tan\u00FDmlanmal\u00FD\!
-schmitzm.geotools.gui.JMapEditorPane.Err.MissingMap=\u00DDlk katman g\u00F6sterilmeli (CRS ve geo-pozisyonu tan\u00FDmlamak i\u00E7in).
-schmitzm.geotools.gui.JMapEditorPane.Err.Polygon.LessPoints=Bir poligon \u00F6zelli\u00F0i i\u00E7in en az 3 nokta tan\u00FDmlanmal\u00FD\!
-schmitzm.geotools.gui.JMapEditorToolBar.NewFeature.title=Yeni \u00F6zellik \u00F6znitelikleri
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.Err.AutoVal='${0}' \u00F6zellik tipi i\u00E7in otomatik de\u00F0er desteklenmemektedir.
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.Err.GeomAttr='${0}' \u00F6znitelik ismi varsay\u00FDlan geometri i\u00E7in ayr\u00FDlm\u00FD\u00FEt\u00FDr.
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.dialog.title=Yeni katman olu\u00FEtur...
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.ftype.title=Geometrik olmayan \u00F6znitelikler
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.title=Katman ba\u00FEl\u00FD\u00F0\u00FD
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.title.default=Yeni Katman
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.type=Katman tipi
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.type.line=\u00C7izgi katman\u00FD
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.type.point=Nokta katman\u00FD
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.type.polygon=Poligon katman\u00FD
-schmitzm.geotools.gui.JMapEditorToolBar.button.edit.clear=T\u00FCm d\u00FCzenleme i\u00FElemlerini geri al
-schmitzm.geotools.gui.JMapEditorToolBar.button.edit.finish=Yeni \u00F6zellik ba\u00FElat
-schmitzm.geotools.gui.JMapEditorToolBar.button.edit.redo=En son bitmemi\u00FE d\u00FCzenleme i\u00FElemini yeniden yap
-schmitzm.geotools.gui.JMapEditorToolBar.button.edit.undo=En son d\u00FCzenleme i\u00FElemini geri al
-schmitzm.geotools.gui.JMapEditorToolBar.button.layer.cancel=Katman\u00FD iptal et
-schmitzm.geotools.gui.JMapEditorToolBar.button.layer.new=Yeni katman olu\u00FEtur
-schmitzm.geotools.gui.JMapEditorToolBar.button.layer.save=Katman\u00FD tamamla
-schmitzm.geotools.gui.MapActionControlPane.INFO=Bilgi
-schmitzm.geotools.gui.MapActionControlPane.SELECT_ALL=B\u00FCt\u00FCn katmanlardan se\u00E7
-schmitzm.geotools.gui.MapActionControlPane.SELECT_TOP=En \u00FCstteki katmandan se\u00E7
-schmitzm.geotools.gui.MapActionControlPane.ZOOM_IN=Yakla\u00FEt\u00FDr
-schmitzm.geotools.gui.MapActionControlPane.ZOOM_OUT=Uzakla\u00FEt\u00FDr
-schmitzm.geotools.gui.MapContextControlPane.ColorMapDialog.TITLE=Renk haritas\u00FD
-schmitzm.geotools.gui.MapContextControlPane.Menu.CUSTOMIZE=\u00D6zelle\u00FEtir...
-schmitzm.geotools.gui.MapContextControlPane.Menu.FILTER=Katman s\u00FCz...
-schmitzm.geotools.gui.MapContextControlPane.Menu.HIDEALL=B\u00FCt\u00FCn katmanlar\u00FD gizle
-schmitzm.geotools.gui.MapContextControlPane.Menu.INVERTALL=B\u00FCt\u00FCn katmanlar\u00FD ters \u00E7evir
-schmitzm.geotools.gui.MapContextControlPane.Menu.MOVE_DOWN=Katman\u00FD a\u00FEa\u00F0\u00FDya ta\u00FE\u00FD
-schmitzm.geotools.gui.MapContextControlPane.Menu.MOVE_UP=Katman\u00FD yukar\u00FDya ta\u00FE\u00FD
-schmitzm.geotools.gui.MapContextControlPane.Menu.RECOLOR=Katman\u00FD yeniden renklendir
-schmitzm.geotools.gui.MapContextControlPane.Menu.REMOVE=Katman\u00FD kald\u00FDr
-schmitzm.geotools.gui.MapContextControlPane.Menu.SHOWALL=B\u00FCt\u00FCn katmanlar\u00FD g\u00F6ster
-schmitzm.geotools.gui.MapContextControlPane.Menu.ZOOM_TO=Katmana yak\u00FDnla\u00FEt\u00FDr
-schmitzm.geotools.gui.MapContextControlPane.SaveColorMapDialog.QUESTION=Yeni renk haritas\u00FD i\u00E7in isim girin...
-schmitzm.geotools.gui.MapContextControlPane.SaveColorMapDialog.TITLE=Yeni renk haritas\u00FD
-schmitzm.geotools.gui.RasterPositionLabel.LABEL_PREFIX=Raster de\u00F0eri
-schmitzm.geotools.gui.SelectableFeatureTablePane.button.clearSelection.tt=Se\u00E7imi temizle
-schmitzm.geotools.gui.SelectableFeatureTablePane.button.invertSelection.tt=Se\u00E7imi ters \u00E7evir
-schmitzm.geotools.gui.SelectableFeatureTablePane.button.selectionToTop.tt=Se\u00E7ileni tablonun en tepesine ta\u00FE\u00FD
-schmitzm.geotools.gui.SelectableFeatureTablePane.button.zoomToSelection.tt=Se\u00E7ilen \u00F6zelliklere yak\u00FDnla\u00FEt\u00FDr
-schmitzm.geotools.gui.SelectableFeatureTablePane.selectionStatus.lines=\u00E7izgiler
-schmitzm.geotools.gui.SelectableFeatureTablePane.selectionStatus.points=noktalar
-schmitzm.geotools.gui.SelectableFeatureTablePane.selectionStatus.polygons=poligonlar
-schmitzm.geotools.gui.StyleToolBar.BorderColor=S\u00FDn\u00FDr
-schmitzm.geotools.gui.StyleToolBar.BorderWidth=S\u00FDn\u00FDr kal\u00FDnl\u00FD\u00F0\u00FD
-schmitzm.geotools.gui.StyleToolBar.FillColor=Dolgu
-schmitzm.geotools.gui.StyleToolBar.PointMark=Nokta stili
+FeatureTableModel.AttrName=\u00D6znitelik
+FeatureTableModel.AttrType=Tip
+FeatureTableModel.AttrValue=De\u00F0er
+CRSSelectionDialog.button.default=Varsay\u00FDlan CRS (${0})
+CRSSelectionDialog.button.predefined=\u00D6ntan\u00FDml\u00FD
+CRSSelectionDialog.button.userDefined=Kullan\u00FDc\u00FD tan\u00FDml\u00FD\:
+CRSSelectionDialog.button.wgs84=WGS-84 CRS
+CRSSelectionDialog.init.crs.mess=CRS veritaban\u00FD haz\u00FDrlan\u00FDyor. L\u00FCtfen bekleyin...
+CRSSelectionDialog.init.crs.title=CRS veritaban\u00FD
+CRSSelectionDialog.mandatory= CRS belirtilmeli!
+CRSSelectionDialog.title=Koordinat referans sistemi (CRS) se\u00E7in
+ColorMapTable.Header.COLOR=Renk
+ColorMapTable.Header.LABEL=Etiket
+ColorMapTable.Header.OPACITY=Transparan
+ColorMapTable.Header.QUANTITY=Nicelik
+FeatureCollectionFilterPanel.FilterDefinitionBorderTitle=S\u00FCzge\u00E7 tan\u00FDmlay\u00FDn\:
+FeatureCollectionFilterPanel.PreviewMapPaneToolTip=K\u00FDrm\u00FDz\u00FD \u00F6zellikler s\u00FCzge\u00E7 taraf\u00FDndan eklenmi\u00FE,\n gri \u00F6zellikler eklenmemi\u00FEtir.
+FeatureCollectionFilterPanel.ResultsBorderTitle=S\u00FCzge\u00E7 sonucu\:
+FeatureCollectionFilterPanel.TestButton=S\u00FCzgeci dene
+FeatureCollectionFilterPanel.TestResultDetailsButton=?
+FeatureCollectionFilterPanel.TestResultDetailsToolTip=Hata detaylar\u00FDn\u00FD g\u00F6ster...
+FeatureLayerFilterDialog.TITLE=\u00D6zellik S\u00FCzgeci
+FeatureTablePane.PreviewMapPaneToolTip=K\u00FDrm\u00FDz\u00FD \u00F6zellikler se\u00E7ili,\n gri \u00F6zellikler se\u00E7ili de\u00F0ildir.
+FeatureTypeBuilderTableModel.AttrName=\u00DDsim
+FeatureTypeBuilderTableModel.AttrType=Tip
+FeatureTypeBuilderTableModel.AutoValue=Otomatik
+FeatureTypeBuilderTableModel.DefValue=Varsay\u00FDlan
+FeatureTypeBuilderTableModel.NewAttr=ATTR_${0}
+FeatureTypeBuilderTableModel.Nillable=Nullable
+GeoPositionLabel.LABEL_PREFIX=Fare koordinat\u00FD\:  
+GeotoolsGUIUtil.EAST=Do\u00F0u
+GeotoolsGUIUtil.EAST.Abb=D
+GeotoolsGUIUtil.East=Do\u00F0u
+GeotoolsGUIUtil.Load=Y\u00FCkle
+GeotoolsGUIUtil.LoadFeature=Vekt\u00F6r y\u00FCkle
+GeotoolsGUIUtil.LoadRaster=Raster y\u00FCkle
+GeotoolsGUIUtil.NORTH=Kuzey
+GeotoolsGUIUtil.NORTH.Abb=K
+GeotoolsGUIUtil.North=Kuzey
+GeotoolsGUIUtil.SOUTH=G\u00FCney
+GeotoolsGUIUtil.SOUTH.Abb=G
+GeotoolsGUIUtil.Save=Kaydet
+GeotoolsGUIUtil.SaveFeature=Vekt\u00F6r kaydet
+GeotoolsGUIUtil.SaveRaster=Raster kaydet
+GeotoolsGUIUtil.South=G\u00FCney
+GeotoolsGUIUtil.WEST=Bat\u00FD
+GeotoolsGUIUtil.WEST.Abb=B
+GeotoolsGUIUtil.West=Bat\u00FD
+GridPanelFormatter_DHDN.title=1,234,567 (H|R)
+GridPanelFormatter_LatLon1.title=derece\u00C2\u00B0 dakika' (K|D|G|B)
+JMapEditorPane.Err.Line.LessPoints=Bir \u00E7izgi \u00F6zelli\u00F0i i\u00E7in en az iki nokta tan\u00FDmlanmal\u00FD\!
+JMapEditorPane.Err.MissingMap=\u00DDlk katman g\u00F6sterilmeli (CRS ve geo-pozisyonu tan\u00FDmlamak i\u00E7in).
+JMapEditorPane.Err.Polygon.LessPoints=Bir poligon \u00F6zelli\u00F0i i\u00E7in en az 3 nokta tan\u00FDmlanmal\u00FD\!
+JMapEditorToolBar.NewFeature.title=Yeni \u00F6zellik \u00F6znitelikleri
+JMapEditorToolBar.NewLayer.Err.AutoVal='${0}' \u00F6zellik tipi i\u00E7in otomatik de\u00F0er desteklenmemektedir.
+JMapEditorToolBar.NewLayer.Err.GeomAttr='${0}' \u00F6znitelik ismi varsay\u00FDlan geometri i\u00E7in ayr\u00FDlm\u00FD\u00FEt\u00FDr.
+JMapEditorToolBar.NewLayer.dialog.title=Yeni katman olu\u00FEtur...
+JMapEditorToolBar.NewLayer.ftype.title=Geometrik olmayan \u00F6znitelikler
+JMapEditorToolBar.NewLayer.layer.title=Katman ba\u00FEl\u00FD\u00F0\u00FD
+JMapEditorToolBar.NewLayer.layer.title.default=Yeni Katman
+JMapEditorToolBar.NewLayer.layer.type=Katman tipi
+JMapEditorToolBar.NewLayer.layer.type.line=\u00C7izgi katman\u00FD
+JMapEditorToolBar.NewLayer.layer.type.point=Nokta katman\u00FD
+JMapEditorToolBar.NewLayer.layer.type.polygon=Poligon katman\u00FD
+JMapEditorToolBar.button.edit.clear=T\u00FCm d\u00FCzenleme i\u00FElemlerini geri al
+JMapEditorToolBar.button.edit.finish=Yeni \u00F6zellik ba\u00FElat
+JMapEditorToolBar.button.edit.redo=En son bitmemi\u00FE d\u00FCzenleme i\u00FElemini yeniden yap
+JMapEditorToolBar.button.edit.undo=En son d\u00FCzenleme i\u00FElemini geri al
+JMapEditorToolBar.button.layer.cancel=Katman\u00FD iptal et
+JMapEditorToolBar.button.layer.new=Yeni katman olu\u00FEtur
+JMapEditorToolBar.button.layer.save=Katman\u00FD tamamla
+MapActionControlPane.INFO=Bilgi
+MapActionControlPane.SELECT_ALL=B\u00FCt\u00FCn katmanlardan se\u00E7
+MapActionControlPane.SELECT_TOP=En \u00FCstteki katmandan se\u00E7
+MapActionControlPane.ZOOM_IN=Yakla\u00FEt\u00FDr
+MapActionControlPane.ZOOM_OUT=Uzakla\u00FEt\u00FDr
+MapContextControlPane.ColorMapDialog.TITLE=Renk haritas\u00FD
+MapContextControlPane.Menu.CUSTOMIZE=\u00D6zelle\u00FEtir...
+MapContextControlPane.Menu.FILTER=Katman s\u00FCz...
+MapContextControlPane.Menu.HIDEALL=B\u00FCt\u00FCn katmanlar\u00FD gizle
+MapContextControlPane.Menu.INVERTALL=B\u00FCt\u00FCn katmanlar\u00FD ters \u00E7evir
+MapContextControlPane.Menu.MOVE_DOWN=Katman\u00FD a\u00FEa\u00F0\u00FDya ta\u00FE\u00FD
+MapContextControlPane.Menu.MOVE_UP=Katman\u00FD yukar\u00FDya ta\u00FE\u00FD
+MapContextControlPane.Menu.RECOLOR=Katman\u00FD yeniden renklendir
+MapContextControlPane.Menu.REMOVE=Katman\u00FD kald\u00FDr
+MapContextControlPane.Menu.SHOWALL=B\u00FCt\u00FCn katmanlar\u00FD g\u00F6ster
+MapContextControlPane.Menu.ZOOM_TO=Katmana yak\u00FDnla\u00FEt\u00FDr
+MapContextControlPane.SaveColorMapDialog.QUESTION=Yeni renk haritas\u00FD i\u00E7in isim girin...
+MapContextControlPane.SaveColorMapDialog.TITLE=Yeni renk haritas\u00FD
+RasterPositionLabel.LABEL_PREFIX=Raster de\u00F0eri
+SelectableFeatureTablePane.button.clearSelection.tt=Se\u00E7imi temizle
+SelectableFeatureTablePane.button.invertSelection.tt=Se\u00E7imi ters \u00E7evir
+SelectableFeatureTablePane.button.selectionToTop.tt=Se\u00E7ileni tablonun en tepesine ta\u00FE\u00FD
+SelectableFeatureTablePane.button.zoomToSelection.tt=Se\u00E7ilen \u00F6zelliklere yak\u00FDnla\u00FEt\u00FDr
+SelectableFeatureTablePane.selectionStatus.lines=\u00E7izgiler
+SelectableFeatureTablePane.selectionStatus.points=noktalar
+SelectableFeatureTablePane.selectionStatus.polygons=poligonlar
+StyleToolBar.BorderColor=S\u00FDn\u00FDr
+StyleToolBar.BorderWidth=S\u00FDn\u00FDr kal\u00FDnl\u00FD\u00F0\u00FD
+StyleToolBar.FillColor=Dolgu
+StyleToolBar.PointMark=Nokta stili



More information about the Schmitzm-commits mailing list