[jsword-svn] r1205 - trunk/bibledesktop/src/main/java/org/crosswire/bibledesktop/desktop

dmsmith at www.crosswire.org dmsmith at www.crosswire.org
Mon Dec 11 18:45:15 MST 2006


Author: dmsmith
Date: 2006-12-11 18:45:15 -0700 (Mon, 11 Dec 2006)
New Revision: 1205

Added:
   trunk/bibledesktop/src/main/java/org/crosswire/bibledesktop/desktop/Msg_de.properties
Modified:
   trunk/bibledesktop/src/main/java/org/crosswire/bibledesktop/desktop/Msg.properties
Log:
Fix a properties problem.

Modified: trunk/bibledesktop/src/main/java/org/crosswire/bibledesktop/desktop/Msg.properties
===================================================================
--- trunk/bibledesktop/src/main/java/org/crosswire/bibledesktop/desktop/Msg.properties	2006-12-12 01:26:27 UTC (rev 1204)
+++ trunk/bibledesktop/src/main/java/org/crosswire/bibledesktop/desktop/Msg.properties	2006-12-12 01:45:15 UTC (rev 1205)
@@ -90,9 +90,9 @@
 DebugPane.Go=GO
 DebugPane.Method=Method:
  
-ViewSourcePane.Close=Schliessen
-ViewSourcePane.CopyToClipboard=Zur Ablage kopieren
-ViewSourcePane.TextViewer=Quellcode anschauen
+ViewSourcePane.Close=Close
+ViewSourcePane.CopyToClipboard=Copy to Clipboard
+ViewSourcePane.TextViewer=Source Viewer
 ViewSourcePane.ORIG=Original
 ViewSourcePane.OSIS=OSIS
 ViewSourcePane.HTML=HTML

Added: trunk/bibledesktop/src/main/java/org/crosswire/bibledesktop/desktop/Msg_de.properties
===================================================================
--- trunk/bibledesktop/src/main/java/org/crosswire/bibledesktop/desktop/Msg_de.properties	                        (rev 0)
+++ trunk/bibledesktop/src/main/java/org/crosswire/bibledesktop/desktop/Msg_de.properties	2006-12-12 01:45:15 UTC (rev 1205)
@@ -0,0 +1,99 @@
+# The naming convention for the keys in the file is ClassName.MessageName
+# Where ClassName is the name of the class using the property.
+# When the resource is used by more than one class it should be the one
+# that the resource is most closely associated.
+# The MessageName should be mixed case, with a leading capital.
+# It should have no spaces or other punctuation (e.g. _, -, ', ...)
+
+# Property describing the name and version of the program
+Desktop.Title=Bible Desktop
+Desktop.Splash=Bible Desktop
+Desktop.Version=1.0.5
+Desktop.VersionTitle=Version {0}
+Desktop.VersionAppTitle={0} v{1}
+
+# Property used by desktop for autosaving the config file
+Desktop.ConfigFileFailed=Could not save config file: {0}
+
+# Properties used by Desktop for hyperlinks
+Desktop.UnknownProtocol=Unbekanntes Protokoll {0}
+Desktop.BadProtocolUrl=Nicht vorhanden : in {0}
+
+# Properties for the preloading job
+Desktop.PreloadTitle=Ansicht laden
+Desktop.PreloadSetup=Einstellungen
+Desktop.PreloadData=Anfangsdata laden
+Desktop.PreloadProvider=getting event provider
+Desktop.PreloadStyle=Stylesheet kompilieren
+
+# Properties for the startup job
+Desktop.StartupTitle=Start
+Desktop.StartupConfig=Konfiguration laden
+Desktop.StartupGenerate=Komponenten aufrufen
+Desktop.StartupGeneral=Allgemeine Einstellungen
+
+Desktop.NoBiblesMessage=<html>Sie haben keine Bibeln vorinstalliert. Moechten sie jetzt welche installieren?<br>(Sp\u00e4ter koennen Sie auch <b>Bu00fcher</b> im <b>Werkzeuge</b> Menu benutzen)
+Desktop.NoBiblesTitle=Bibeln vom Internet runterladen?
+
+# Properties for DesktopActions
+# Properties used by Help
+DesktopActions.NoHelp=Hilfe gibt es zur Zeit nur auf dem Website:\nhttp://www.crosswire.org/bibledesktop
+DesktopActions.NotImplemented={0} nicht implementiert
+DesktopActions.NoPassage=No Passage to Save
+DesktopActions.SourceMissing=No current passage to view
+
+# Properties for ViewLayout
+ViewLayout.Untitled=Untitled {0}
+
+# Properties for AboutPane and Splash
+# The splash image is of an English version of the application
+Splash.SplashImage=/images/splash.png
+AboutPane.AboutTitle=About {0}
+AboutPane.Warranty=Warranty
+AboutPane.Details=License
+AboutPane.TaskTabTitle=Running Tasks
+AboutPane.ErrorTabTitle=Errors
+AboutPane.SystemPropsTabTitle=System Properties
+AboutPane.DebugTabTitle=Debug
+
+# Properties for StatusBar
+StatusBar.StatusDefault=Ready ...
+
+# Properties for OptionsAction
+OptionsAction.ConfigTitle=Desktop Options
+
+# Properties for ComparePane
+ComparePane.Dialog=Bible Compare
+ComparePane.IdentQuestion=You are attempting to compare 2 Books that are identical.\nDo you want to continu00f?
+ComparePane.IdentTitle=Compare Identical Books?
+ComparePane.Words=Woerters:
+ComparePane.Go=VergleicheÖ
+ComparePane.Using=Vergleiche mit
+ComparePane.WordsTip=[empty] - test no words; * - test all words, text - test all words starting with ''text''
+ComparePane.Title=Bu00fcher zum Vergleichen
+ComparePane.Verses=Verse:
+
+# Properties for CompareResultsPane
+CompareResultsPane.Title=Ergebnisse
+CompareResultsPane.Start=Start
+CompareResultsPane.Close=Fenster schlie\u00DFen
+CompareResultsPane.Dialog=Verify Results
+CompareResultsPane.Books=Bu00fcher:
+CompareResultsPane.Comparing=Vergleich:
+CompareResultsPane.Passage=Abschnitt
+CompareResultsPane.Words=Wort
+CompareResultsPane.Stop=Halt
+
+# Properties for DebugPane
+DebugPane.Steps=Schritt {0}/{1}
+DebugPane.Views=Ansicht::
+DebugPane.Go=GEHE:
+DebugPane.Method=Methode:
+ 
+ViewSourcePane.Close=Fenster schlie\u00DFen
+ViewSourcePane.CopyToClipboard=Zur Ablage kopieren
+ViewSourcePane.TextViewer=Quellcode anschauen
+ViewSourcePane.ORIG=Original
+ViewSourcePane.OSIS=OSIS
+ViewSourcePane.HTML=HTML
+




More information about the jsword-svn mailing list