[Schmitzm-commits] r1239 - in trunk: src/schmitzm/swing/resource/locales src_junit/schmitzm/geotools/styling
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Nov 5 12:21:24 CET 2010
Author: alfonx
Date: 2010-11-05 12:21:22 +0100 (Fri, 05 Nov 2010)
New Revision: 1239
Modified:
trunk/src/schmitzm/swing/resource/locales/SwingResourceBundle.properties
trunk/src/schmitzm/swing/resource/locales/SwingResourceBundle_de.properties
trunk/src_junit/schmitzm/geotools/styling/StylingUtilTest.java
Log:
Updated german translations
Modified: trunk/src/schmitzm/swing/resource/locales/SwingResourceBundle.properties
===================================================================
--- trunk/src/schmitzm/swing/resource/locales/SwingResourceBundle.properties 2010-11-05 10:12:58 UTC (rev 1238)
+++ trunk/src/schmitzm/swing/resource/locales/SwingResourceBundle.properties 2010-11-05 11:21:22 UTC (rev 1239)
@@ -256,4 +256,4 @@
AtlasStatusDialog.jnlp.progress=Downloading ${0} (${1}%)
AtlasStatusDialog.jnlp.upgrading=Upgrading ${0} (${1}%)
AtlasStatusDialog.jnlp.validating=Validating ${0} (${1}%)
-AtlasStatusDialog.jnlp.downloadFailed=Download failed: ${0} ${1}
\ No newline at end of file
+AtlasStatusDialog.jnlp.downloadFailed=Download failed: ${0} ${1}
Modified: trunk/src/schmitzm/swing/resource/locales/SwingResourceBundle_de.properties
===================================================================
--- trunk/src/schmitzm/swing/resource/locales/SwingResourceBundle_de.properties 2010-11-05 10:12:58 UTC (rev 1238)
+++ trunk/src/schmitzm/swing/resource/locales/SwingResourceBundle_de.properties 2010-11-05 11:21:22 UTC (rev 1239)
@@ -90,7 +90,7 @@
ExceptionDialog.CopyToClipboard=In die Zwischenablage
ExceptionDialog.CopyToConsole=Auf Console ausgeben
ExceptionDialog.Mail=Mailen
-ExceptionDialog.MailDisabled.Desc=Mailen derzeit nicht m\u00f6glich, da in der aktuellen Anwendung keine Ziel-Adresse f\u00fcr Bug-Reporting eingestellt ist (ExceptionDialog.setMailDestinationAddress(..))
+ExceptionDialog.MailDisabled.Desc=Mailen derzeit nicht m\u00F6glich, da in der aktuellen Anwendung keine Ziel-Adresse f\u00FCr Bug-Reporting eingestellt ist (ExceptionDialog.setMailDestinationAddress(..))
ManualInputOption.PasswordVisible.visibility=sichtbar
@@ -221,3 +221,43 @@
ResourceProviderManagerFrame.LanguageCode=Sprachcode
ResourceProviderManagerFrame.FinishMess=Property-Dateien erfolgreich erstellt...
ResourceProviderManagerFrame.UpdateMess=${0} Sprach-Pakete aktualisiert...
+
+
+
+
+AtlasStatusDialog.jnlp.downloadFailed=Download fehlgeschlagen: ${0} ${1}
+AtlasStatusDialog.jnlp.generalDownload.Desc=Herunterladen...
+AtlasStatusDialog.jnlp.generalDownload.Title=Downloading
+AtlasStatusDialog.jnlp.progress=Downloading ${0} (${1}%)
+AtlasStatusDialog.jnlp.upgrading=Aktualisere ${0} (${1}%)
+AtlasStatusDialog.jnlp.validating=\u00DCberpr\u00FCfe ${0} (${1}%)
+Details=Details...
+Information=Information
+Menu.Logging=Logging...
+Menu.Logging.DEBUG=Alle Nachrichten schreiben
+Menu.Logging.ERROR=Nur Fehler schreiben
+Menu.Logging.INFO=Infos, Warnungen und Fehler schreiben
+Menu.Logging.OpenFile=\u00D6ffne ${0}
+Menu.Logging.WARN=Warnungen und Fehler schreiben
+Ok=Ok
+OperationTreePanel.OpDesc.NaN=NaN
+OperationTreePanel.OpDesc.atan=arctan($NUMBER)
+OperationTreePanel.OpDesc.cos=cos($NUMBER)
+OperationTreePanel.OpDesc.date2millis=date2millis( $YEAR, $MONTH, $DAY)
+OperationTreePanel.OpDesc.date2str=date2millis( $YEAR, $MONTH, $DAY, $FORMAT)
+OperationTreePanel.OpDesc.day_millis=DAY_MILLIS
+OperationTreePanel.OpDesc.exp=exp($NUMBER)
+OperationTreePanel.OpDesc.isNaN=isNaN($NUMBER)
+OperationTreePanel.OpDesc.ln=ln($NUMBER)
+OperationTreePanel.OpDesc.log=log($NUMBER)
+OperationTreePanel.OpDesc.millis2str=millis2str( $NUMBER , $FORMAT)
+OperationTreePanel.OpDesc.regex=REGEX( $TEXT , $REGEX)
+OperationTreePanel.OpDesc.round=round($NUMBER)
+OperationTreePanel.OpDesc.sin=sin($NUMBER)
+OperationTreePanel.OpDesc.split=SPLIT( $TEXT , $REGEX , $NUMBER)
+OperationTreePanel.OpDesc.sqrt=sqrt($NUMBER)
+OperationTreePanel.OpDesc.str2millis=str2millis( $TEXT , $TEXT)
+OperationTreePanel.OpDesc.substr=SUBSTRING( $TEXT , $NUMBER , $NUMBER)
+OperationTreePanel.OpDesc.tan=tan($NUMBER)
+OperationTreePanel.OpDesc.trunc=trunc($NUMBER)
+OperationTreePanel.OpDesc.week_millis=WEEK_MILLIS
Modified: trunk/src_junit/schmitzm/geotools/styling/StylingUtilTest.java
===================================================================
--- trunk/src_junit/schmitzm/geotools/styling/StylingUtilTest.java 2010-11-05 10:12:58 UTC (rev 1238)
+++ trunk/src_junit/schmitzm/geotools/styling/StylingUtilTest.java 2010-11-05 11:21:22 UTC (rev 1239)
@@ -7,14 +7,10 @@
import java.awt.Rectangle;
import java.awt.RenderingHints;
import java.awt.image.BufferedImage;
-import java.io.File;
-import java.io.IOException;
-import java.net.URL;
import javax.swing.ImageIcon;
import javax.swing.JLabel;
import javax.swing.JPanel;
-import javax.xml.transform.TransformerException;
import junit.framework.TestCase;
@@ -28,7 +24,6 @@
import org.geotools.styling.RasterSymbolizer;
import org.geotools.styling.Style;
import org.geotools.styling.StyleBuilder;
-import org.junit.Ignore;
import org.junit.Test;
import org.opengis.feature.simple.SimpleFeature;
import org.opengis.feature.simple.SimpleFeatureType;
More information about the Schmitzm-commits
mailing list