diff options
Diffstat (limited to 'vdrmanager/res/values/action_menu.xml')
-rw-r--r-- | vdrmanager/res/values/action_menu.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/vdrmanager/res/values/action_menu.xml b/vdrmanager/res/values/action_menu.xml new file mode 100644 index 0000000..68d11a3 --- /dev/null +++ b/vdrmanager/res/values/action_menu.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + + <string name="action_menu_channels">Channels</string> + <string name="action_menu_timers">Timers</string> + <string name="action_menu_epg">EPG list</string> + <string name="action_menu_search">EPG search</string> + <string name="action_menu_wakeup">Wakeup</string> + +</resources> |