diff options
author | geronimo <geronimo013@gmx.de> | 2012-08-15 07:55:07 +0200 |
---|---|---|
committer | geronimo <geronimo013@gmx.de> | 2012-08-15 07:55:07 +0200 |
commit | af80bd2426282b7491d9ba0ebfb201abb42e3ca4 (patch) | |
tree | 8aeac09a815f3133773cb927597738d4150030f1 /cmpcj/res/de/schwarzrot/control/app/lang/messages.properties | |
parent | 7eb41fd1431019f44227af6f5d707e7c98e0416e (diff) | |
download | cmp-af80bd2426282b7491d9ba0ebfb201abb42e3ca4.tar.gz cmp-af80bd2426282b7491d9ba0ebfb201abb42e3ca4.tar.bz2 |
next variant of java client
Diffstat (limited to 'cmpcj/res/de/schwarzrot/control/app/lang/messages.properties')
-rw-r--r-- | cmpcj/res/de/schwarzrot/control/app/lang/messages.properties | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/cmpcj/res/de/schwarzrot/control/app/lang/messages.properties b/cmpcj/res/de/schwarzrot/control/app/lang/messages.properties new file mode 100644 index 0000000..b3a5f8d --- /dev/null +++ b/cmpcj/res/de/schwarzrot/control/app/lang/messages.properties @@ -0,0 +1,76 @@ +MCC_0=remove genre ... +MCC_12=Select the server to connect to +MCC_13=Select Server +MCC_14=localhost +MCC_15=should connect to\ +MCC_16=: +MCC_17=create genre ... +MCC_18=\ Filter:\ +MCC_19=Server +MCC_20=Edit +MCC_21=Window +MCC_22=Help +MCC_29=Genres +MCC_31=Medialist +MCC_33=Mediatypes +MCC_35=Properties +MCC_4=use +MCC_5=\ as input ... +MCC_6=Couldn't use system look and feel. +MCC_7=Compound media player + +AboutDialog.title=About +AboutDialog.app.info=<html><h2>CMP java client</h2></html> +AboutDialog.about.text=<html><center>written by <i>Geronimo@vdr-portal.de</i><br/>\ +(c) 2012 - some rights reserved.<br/>\ +published using the license <strong>cc-by-sa</strong><br/><br/>\ +plays media from remote systems<br/>\ +and<br/>\ +allows to (re)organize them.</center></html> +AboutDialog.contribution=<html>This application uses these libraries:<ul>\ +<li>glazedlists - from http://www.glazedlists.com</li>\ +<li>docking frames - from http://code.google.com/p/docking-frames</li>\ +<li>gson - from http://code.google.com/p/google-gson</li>\ +</ul></html> +AboutDialog.Close=Close +Commands.SrvOpen=Connect +Commands.SrvRefresh=Refresh +Commands.SrvClose=Disconnect +Commands.SrvShutdown=Shutdown +Commands.TransmitChanges=Transmit changes +Commands.Preferences=Preferences +Commands.HelpHelp=Help +Commands.HelpAbout=About + +Commands.SrvOpen.short.desc=connect to selected server +Commands.SrvRefresh.short.desc=refresh server (rescan for new media) +Commands.SrvClose.short.desc=disconnect from server +Commands.SrvShutdown.short.desc=shut server down +Commands.TransmitChanges.short.desc=transmit changes to server. Server will execute changes +Commands.Preferences.short.desc=edit preferences +Commands.HelpHelp.short.desc=help +Commands.HelpAbout.short.desc=all about CMP + +Commands.SrvOpen.long.desc=long: connect +Commands.SrvRefresh.long.desc=long: refresh +Commands.SrvClose.long.desc=long: disconnect +Commands.SrvShutdown.long.desc=long: shutdown +Commands.TransmitChanges.long.desc=long: transmit changes +Commands.Preferences.long.desc=long: preferences +Commands.HelpHelp.long.desc=long: help +Commands.HelpAbout.long.desc=long: about + +ConfigDialog.title=Preferences +ConfigDialog.Approve=OK +ConfigDialog.Cancel=Cancel +ServerDefinitionTableFormat.col0=Hostname +ServerDefinitionTableFormat.col1=Port +PlayerDefinitionTableFormat.col0=Mediatype +PlayerDefinitionTableFormat.col1=executable + +PTF_0=Name +PTF_1=Value + +MTF_0=Type +MTF_1=Format +MTF_2=Name |