Skip to content

Commit 41199ad

Browse files
author
Chris Bellew
committed
Added new text strings.
1 parent b96c4a0 commit 41199ad

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Voice Control For Plex/src/main/res/values/strings.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<string name="feedback">Feedback</string>
2727
<string name="errors">Errors</string>
2828
<string name="help_server">Select a Plex Media Server to stream from. If you have more than one media server, select &quot;Scan All&quot; to search all available servers for media. If you only have one, you should select it here as scanning all servers each time will take longer to trigger playback.</string>
29-
<string name="help_client">Select the default client to stream media to. You can easily stream to a different client by ending your search query with \&quot;on &lt;client name&gt;\&quot;, where &lt;client name&gt; is the name of the PHT Client.</string>
29+
<string name="help_client">Select the default client to stream media to. You can easily stream to a different client by ending your search query with \&quot;on &lt;client name&gt;\&quot;, where &lt;client name&gt; is the name of the Plex Client.</string>
3030
<string name="help_feedback">Select which type of feedback I should give you.</string>
3131
<string name="help_errors">Select which type of feedback I should give you when I run into problems (can\'t find something to play, etc).</string>
3232
<string name="help_button_desc">Help Button</string>
@@ -66,4 +66,9 @@
6666
<string name="voice_prompt">Voice Control for Plex is listening</string>
6767
<string name="searching_for_plex_servers">Searching for Plex Servers</string>
6868
<string name="didnt_understand">Sorry, I didn\'t understand that.</string>
69+
<string name="create_shortcut">Create Shortcut</string>
70+
<string name="create_shortcut_blurb">You may create a shortcut that uses a specific Server and Client, or one that will use whatever your current Server and Client are set to when run. Which would you like to do?</string>
71+
<string name="create_shortcut_blurb_no_servers">You may create a shortcut that uses a specific Server and Client, or one that will use whatever your current Server and Client are set to when run. However, you have not scanned for Servers and/or Clients yet, so you can only create a shortcut that uses the current Server and Client. Do you wish to continue?</string>
72+
<string name="specify_now">Specify Now</string>
73+
<string name="use_current">Use current Server/Client</string>
6974
</resources>

0 commit comments

Comments
 (0)