diff options
author | lado <herrlado@gmail.com> | 2011-10-31 16:41:02 +0100 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2011-10-31 16:41:02 +0100 |
commit | 5eb3a01d2213e03949478bb8b62da11001e08a3e (patch) | |
tree | b403f172f03999e5606b7acce26e04a35b494e46 /vdrmanager/res/values | |
parent | f03abe3091a9b1ec214876b8192ba620a25c634b (diff) | |
download | vdr-manager-5eb3a01d2213e03949478bb8b62da11001e08a3e.tar.gz vdr-manager-5eb3a01d2213e03949478bb8b62da11001e08a3e.tar.bz2 |
simple about
Diffstat (limited to 'vdrmanager/res/values')
-rw-r--r-- | vdrmanager/res/values/common.xml | 34 |
1 files changed, 22 insertions, 12 deletions
diff --git a/vdrmanager/res/values/common.xml b/vdrmanager/res/values/common.xml index 6808c70..2434087 100644 --- a/vdrmanager/res/values/common.xml +++ b/vdrmanager/res/values/common.xml @@ -1,14 +1,24 @@ <?xml version="1.0" encoding="utf-8"?> <resources> - <string name="common_delete">Delete</string> - <string name="prefs_current_value">Current:</string> - <string name="prefs_current_value_template">\nCurrent: %1$s</string> - <string name="prefs_current_value_not_set"><not set></string> - <string name="no_connection">No connection</string> - <string name="aborted">Connection aborted.</string> - <string name="no_connection_retry">Retry</string> - <string name="refresh">Refresh</string> - <string name="done">Done</string> - <string name="share">Share</string> - <string name="share_chooser">Share EPG Entry</string> -</resources> + + <string name="common_delete">Delete</string> + <string name="prefs_current_value">Current:</string> + <string name="prefs_current_value_template">\nCurrent: %1$s</string> + <string name="prefs_current_value_not_set"><not set></string> + <string name="no_connection">No connection</string> + <string name="aborted">Connection aborted.</string> + <string name="no_connection_retry">Retry</string> + <string name="refresh">Refresh</string> + <string name="done">Done</string> + <string name="share">Share</string> + <string name="share_chooser">Share EPG Entry</string> + <string name="about_text">If you have a VDR at home reachable + over the internet and own a mobile phone running Android then you possibly find this program useful. + For further details visit http://projects.vdr-developer.org/projects/vdr-manager/wiki. + Author:\n + bju<herrlado@gmail.com> + herrlado<herrlado@gmail.com> + </string> + <string name="about_title">About</string> + +</resources>
\ No newline at end of file |