troubleshooting-agent/app/src/main/res/values/strings.xml

36 lines
1.8 KiB
XML

<resources>
<string name="app_name">Troubleshooting Agent</string>
<string name="edit_message">Enter a message</string>
<string name="button_send">Send</string>
<string name="button_start_session">Start Troubleshooting</string>
<string name="greeting">Welcome to the Interactive Troubleshooting. Please specify the component you have problems with.</string>
<string name="select_problem">Please specify your problem.</string>
<string name="okay">Okay</string>
<string name="have_you_tried">Have you tried %1$s?</string>
<string name="did_it_work">Did it work?</string>
<string name="sorry">Sorry to hear</string>
<string name="please_try">Please try it then</string>
<string name="i_wait">I wait</string>
<string name="can_you_say_sth_different">Can you say something else?</string>
<string name="im_gardner">I\'m Gardner Elliot, helping you from Mars.</string>
<string name="okay_saves_time">Okay saves time</string>
<string name="its_funny">And it\'s funny</string>
<string name="cant_help">I cannot help you any more.</string>
<string name="should_contact_support">You should contact professional support.</string>
<string name="okay_wait">Okay…</string>
<string name="tell_support">Please tell the support the following information.</string>
<string name="who_are_you">Who are you?</string>
<string name="gardner_second">I\'m Gardner Elliot from Mars. In my spare time I help people like you.</string>
<string name="test">test</string>
<string name="_11_40">11:40</string>
<string-array name="binary">
<item>yes</item>
<item>no</item>
</string-array>
<string-array name="binary_values">
<item>YES</item>
<item>NO</item>
</string-array>
</resources>