Thread: [Japi-cvs] SF.net SVN: japi: [453] libs/swing-tod/trunk/src/net/sf/japi/swing/tod
Status: Beta
Brought to you by:
christianhujer
From: <chr...@us...> - 2007-06-25 20:29:14
|
Revision: 453 http://svn.sourceforge.net/japi/?rev=453&view=rev Author: christianhujer Date: 2007-06-25 13:29:13 -0700 (Mon, 25 Jun 2007) Log Message: ----------- Fixed checkstyle issues. Modified Paths: -------------- libs/swing-tod/trunk/src/net/sf/japi/swing/tod/TipOfTheDayManager.java libs/swing-tod/trunk/src/net/sf/japi/swing/tod/action.properties libs/swing-tod/trunk/src/net/sf/japi/swing/tod/action_de.properties Modified: libs/swing-tod/trunk/src/net/sf/japi/swing/tod/TipOfTheDayManager.java =================================================================== --- libs/swing-tod/trunk/src/net/sf/japi/swing/tod/TipOfTheDayManager.java 2007-06-25 20:25:36 UTC (rev 452) +++ libs/swing-tod/trunk/src/net/sf/japi/swing/tod/TipOfTheDayManager.java 2007-06-25 20:29:13 UTC (rev 453) @@ -188,9 +188,9 @@ /** {@inheritDoc} */ public InputStream run() { - return classLoader == null ? - ClassLoader.getSystemResourceAsStream(serviceId) : - classLoader.getResourceAsStream(serviceId); + return classLoader == null + ? ClassLoader.getSystemResourceAsStream(serviceId) + : classLoader.getResourceAsStream(serviceId); } }); Modified: libs/swing-tod/trunk/src/net/sf/japi/swing/tod/action.properties =================================================================== --- libs/swing-tod/trunk/src/net/sf/japi/swing/tod/action.properties 2007-06-25 20:25:36 UTC (rev 452) +++ libs/swing-tod/trunk/src/net/sf/japi/swing/tod/action.properties 2007-06-25 20:29:13 UTC (rev 453) @@ -52,4 +52,4 @@ saxError.title=XML Errors dialogDontShowAgain=Show this dialog again next time. laf=Look and Feel -ReflectionAction.nonPublicMethod=Action Methods must be accessible public. That means the declaring class as well as the method must be public.\n{0} \ No newline at end of file +ReflectionAction.nonPublicMethod=Action Methods must be accessible public. That means the declaring class as well as the method must be public.\n{0} Modified: libs/swing-tod/trunk/src/net/sf/japi/swing/tod/action_de.properties =================================================================== --- libs/swing-tod/trunk/src/net/sf/japi/swing/tod/action_de.properties 2007-06-25 20:25:36 UTC (rev 452) +++ libs/swing-tod/trunk/src/net/sf/japi/swing/tod/action_de.properties 2007-06-25 20:29:13 UTC (rev 453) @@ -21,10 +21,14 @@ todPrev.text=Vorheriger todPrev.mnemonic=V todPrev.accel=V +todPrev.accel2=LEFT +todPrev.icon=navigation/Back16 todPrev.shortdescription=Zeigt den vorherigen Tipp des Tages. todNext.text=N\xE4chster todNext.mnemonic=N todNext.accel=N +todNext.accel2=RIGHT +todNext.icon=navigation/Forward16 todNext.shortdescription=Zeigt den n\xE4chsten Tipp des Tages. todRand.text=Zuf\xE4llig todRand.mnemonic=R @@ -34,6 +38,7 @@ todClose.accel=S todClose.text=Schlie\xDFen todClose.shortdescription=Schlie\xDFt das Tipp des Tages Fenster. +tipOfTheDay.icon=general/TipOfTheDay24 todShowAtStartup.text=Tipp des Tages beim Start anzeigen todShowAtStartup.mnemonic=S todShowAtStartup.shortdescription=<html>Wenn aktiviert, wird ein Tipp des Tages automatisch bei Programmstart angezeigt.<br>Wenn nicht aktiviert, werden Tipps des Tages nur auf ausdr\xFCcklichen Wunsch angezeigt. @@ -41,7 +46,10 @@ todsUnavailable=Keine Tipps des Tages verf\xFCgbar todHeading=Wussten Sie schon? todIndex=Zeige Tipp des Tages {0} aus {1}. +optionsChooseFile.icon=general/Open16 dialogDontShowAgain=Show this dialog again next time. saxError.title=XML Fehler saxErrorClear.text=L\xF6schen saxErrorClose.text=Schlie\xDFen +laf=Look and Feel +ReflectionAction.nonPublicMethod=Action Methods must be accessible public. That means the declaring class as well as the method must be public.\n{0} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <chr...@us...> - 2007-09-09 12:07:42
|
Revision: 606 http://japi.svn.sourceforge.net/japi/?rev=606&view=rev Author: christianhujer Date: 2007-09-09 05:07:40 -0700 (Sun, 09 Sep 2007) Log Message: ----------- Removed unused property. It was in the wrong module, should have been in libs-swing-misc instead. Modified Paths: -------------- libs/swing-tod/trunk/src/net/sf/japi/swing/tod/action.properties libs/swing-tod/trunk/src/net/sf/japi/swing/tod/action_de.properties Modified: libs/swing-tod/trunk/src/net/sf/japi/swing/tod/action.properties =================================================================== --- libs/swing-tod/trunk/src/net/sf/japi/swing/tod/action.properties 2007-09-09 11:56:04 UTC (rev 605) +++ libs/swing-tod/trunk/src/net/sf/japi/swing/tod/action.properties 2007-09-09 12:07:40 UTC (rev 606) @@ -46,7 +46,6 @@ todsUnavailable=No Tips Of The Day available todHeading=Did you know? todIndex=Showing Tip Of The Day {0} of {1}. -optionsChooseFile.icon=general/Open16 saxErrorClear.text=Clear saxErrorClose.text=Close saxError.title=XML Errors Modified: libs/swing-tod/trunk/src/net/sf/japi/swing/tod/action_de.properties =================================================================== --- libs/swing-tod/trunk/src/net/sf/japi/swing/tod/action_de.properties 2007-09-09 11:56:04 UTC (rev 605) +++ libs/swing-tod/trunk/src/net/sf/japi/swing/tod/action_de.properties 2007-09-09 12:07:40 UTC (rev 606) @@ -46,7 +46,6 @@ todsUnavailable=Keine Tipps des Tages verf\xFCgbar todHeading=Wussten Sie schon? todIndex=Zeige Tipp des Tages {0} aus {1}. -optionsChooseFile.icon=general/Open16 dialogDontShowAgain=Show this dialog again next time. saxError.title=XML Fehler saxErrorClear.text=L\xF6schen This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |