]> rtime.felk.cvut.cz Git - orte.git/blob - orte/contrib/shape_android/res/values/strings.xml
Simplified approach to write application.
[orte.git] / orte / contrib / shape_android / res / values / strings.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <resources>
3
4     <string name="app_name">ORTE demo application</string>
5     
6     <string name="title_activity_subscriber">Subscribers</string>
7     <string name="title_activity_publisher">Publishers</string>
8     <string name="title_activity_help">Help</string>
9     <string name="title_activity_settings">Settings</string>
10     
11     <string name="action_switch">Switch</string>
12     <string name="action_new">New</string>
13     <string name="action_settings">Settings</string>
14     <string name="action_help">Help</string>
15     
16     <string name="action_blue">Blue</string>
17     <string name="action_green">Green</string>
18     <string name="action_red">Red</string>
19     <string name="action_black">Black</string>
20     <string name="action_yellow">Yellow</string>
21     
22     <string name="dialog_OK">OK</string>
23     <string name="dialog_cancel">Cancel</string>
24     <string name="dialog_delete">Delete</string>
25     <string name="dialog_add">Add</string>
26     <string name="dialog_newPublisher">Color for new Publisher?</string>
27     <string name="dialog_publisherSettings">Publisher #</string>
28     
29     <string name="help_intro_ORTE_header"><big>About ORTE</big></string>
30     <string name="help_intro_ORTE">The Open Real-Time Ethernet (ORTE) is an open source implementation of Real-Time Publish-Subscribe (RTPS) communication protocol. RTPS is new application layer protocol targeted to real-time communication area, which is build on the top of standard UDP stack. Since there are many TCP/IP stack implementations under many operating systems and RTPS protocol does not have any other special HW/SW requirements, it should be easily ported to many HW/SW target platforms. Because it uses only UDP protocol, it retains control of timing and reliability. [<a href="http://orte.sourceforge.net/">source</a>]</string>
31     <string name="help_intro_shape_header"><big>About Shape</big></string>
32     <string name="help_intro_shape">Shape is demo application delivered with ORTE source code.</string>
33     
34     <string name="help_icons"><big>Icons</big></string>
35     <string name="help_refresh">Goes from Publishers to Subscribers and back.</string>
36     <string name="help_new">Create new Publisher.</string>
37     
38     <string name="help_defaultMenu"><big>Generic menu</big></string>
39     <string name="help_defaultMenu_element1"><b>Settings</b> - set up parameters like IP addresses of Managers, scaling, &#8230;</string>
40     <string name="help_defaultMenu_element2"><b>Help</b> - shows this help.</string>
41     
42     <string name="help_publishersMenu"><big>Publisher menu</big></string>
43     <string name="help_publishersMenu_element"><b>#n Color Shape</b> (i.e. #1 Red Circle) is how Publishers are denoted. #n is sequence number followed by color and shape. When Publisher is clicked, settings menu appear, where strength of Publisher may be changed. If two and more Publishers of same color are added, the one with the greatest strength is preferred by Subscribers.</string>
44     
45     <string name="help_subscribersMenu"><big>Subscriber menu</big></string>
46     <string name="help_subscribersMenu_element"><b>Blue, Green, Red, Black, Yellow</b> - subscribing to each color is set to enabled by default. However, the subscription may be deleted (and added again) for certain color and minimum separation time may be set.</string>
47     
48     <string name="settings_scaling">Scaling</string>
49     <string name="settings_scaling_description">Allow scaling for shapes</string>
50     <string name="settings_managers">Managers</string>
51     <string name="settings_managers_description">Comma separated Manager\'s IP addresses</string>
52     
53
54 </resources>