Author: felixk
Date: Wed Nov 26 02:57:30 2008
New Revision: 720803
URL: http://svn.apache.org/viewvc?rev=720803&view=rev
Log:
- Add German translation
- Fix typo
Added:
directory/studio/trunk/schemaeditor/src/main/resources/org/apache/directory/studio/schemaeditor/controller/messages_de.properties
(with props)
Modified:
directory/studio/trunk/schemaeditor/src/main/java/org/apache/directory/studio/schemaeditor/controller/HierarchyViewController.java
directory/studio/trunk/schemaeditor/src/main/resources/org/apache/directory/studio/schemaeditor/controller/messages.properties
Modified: directory/studio/trunk/schemaeditor/src/main/java/org/apache/directory/studio/schemaeditor/controller/HierarchyViewController.java
URL: http://svn.apache.org/viewvc/directory/studio/trunk/schemaeditor/src/main/java/org/apache/directory/studio/schemaeditor/controller/HierarchyViewController.java?rev=720803&r1=720802&r2=720803&view=diff
==============================================================================
--- directory/studio/trunk/schemaeditor/src/main/java/org/apache/directory/studio/schemaeditor/controller/HierarchyViewController.java
(original)
+++ directory/studio/trunk/schemaeditor/src/main/java/org/apache/directory/studio/schemaeditor/controller/HierarchyViewController.java
Wed Nov 26 02:57:30 2008
@@ -135,7 +135,7 @@
catch ( PartInitException e )
{
PluginUtils.logError( Messages.getString("HierarchyViewController.ErrorOpeningEditor"),
e );
- ViewUtils.displayErrorMessageBox( Messages.getString("HierarchyViewController.Error"),
Messages.getString("HierarchyViewController.ErroropeningEditor") );
+ ViewUtils.displayErrorMessageBox( Messages.getString("HierarchyViewController.Error"),
Messages.getString("HierarchyViewController.ErrorOpeningEditor") );
}
}
}
Modified: directory/studio/trunk/schemaeditor/src/main/resources/org/apache/directory/studio/schemaeditor/controller/messages.properties
URL: http://svn.apache.org/viewvc/directory/studio/trunk/schemaeditor/src/main/resources/org/apache/directory/studio/schemaeditor/controller/messages.properties?rev=720803&r1=720802&r2=720803&view=diff
==============================================================================
--- directory/studio/trunk/schemaeditor/src/main/resources/org/apache/directory/studio/schemaeditor/controller/messages.properties
(original)
+++ directory/studio/trunk/schemaeditor/src/main/resources/org/apache/directory/studio/schemaeditor/controller/messages.properties
Wed Nov 26 02:57:30 2008
@@ -16,7 +16,6 @@
# under the License.
HierarchyViewController.Error=Error
-HierarchyViewController.ErroropeningEditor=An error occured when opening the editor.
HierarchyViewController.ErrorOpeningEditor=An error occured when opening the editor.
ProblemsViewController.Error=Error
ProblemsViewController.ErrorOpeningEditor=An error occured when opening the editor.
Added: directory/studio/trunk/schemaeditor/src/main/resources/org/apache/directory/studio/schemaeditor/controller/messages_de.properties
URL: http://svn.apache.org/viewvc/directory/studio/trunk/schemaeditor/src/main/resources/org/apache/directory/studio/schemaeditor/controller/messages_de.properties?rev=720803&view=auto
==============================================================================
--- directory/studio/trunk/schemaeditor/src/main/resources/org/apache/directory/studio/schemaeditor/controller/messages_de.properties
(added)
+++ directory/studio/trunk/schemaeditor/src/main/resources/org/apache/directory/studio/schemaeditor/controller/messages_de.properties
Wed Nov 26 02:57:30 2008
@@ -0,0 +1,29 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+HierarchyViewController.Error=Fehler
+HierarchyViewController.ErrorOpeningEditor=Beim \u00D6ffnen des Editors ist ein Fehler aufgetreten
+ProblemsViewController.Error=Fehler
+ProblemsViewController.ErrorOpeningEditor=Beim \u00D6ffnen des Editors ist ein Fehler aufgetreten
+ProjectsViewController.ExportAction=Exp&ortieren...
+ProjectsViewController.ImportAction=&Importieren...
+SchemaViewController.error=Fehler
+SchemaViewController.ErrorOpeningEditor=Beim \u00D6ffnen des Editors ist ein Fehler aufgetreten
+SchemaViewController.ExportAction=Exp&ortieren...
+SchemaViewController.ImportAction=&Importieren...
+SchemaViewController.NewAction=Ne&u
+SchemaViewController.SchemaPresentationAction=S&chema Pr\u00E4sentation
Propchange: directory/studio/trunk/schemaeditor/src/main/resources/org/apache/directory/studio/schemaeditor/controller/messages_de.properties
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: directory/studio/trunk/schemaeditor/src/main/resources/org/apache/directory/studio/schemaeditor/controller/messages_de.properties
------------------------------------------------------------------------------
svn:keywords = Id
|