mirror of
https://github.com/fergalmoran/chrometophone.git
synced 2026-02-10 01:54:42 +00:00
53 lines
3.5 KiB
XML
53 lines
3.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string name="app_name">Chrome to Phone</string>
|
|
<string name="prev">Prev</string>
|
|
<string name="next">Next</string>
|
|
<string name="exit">Exit</string>
|
|
<string name="select_text">Select an account to use:</string>
|
|
<string name="no_accounts">There are no accounts setup on this phone.</string>
|
|
<string name="click_next_text">Click Next to establish the connection between Chrome and this phone.</string>
|
|
<string name="connecting_text">Connecting...</string>
|
|
<string name="disconnecting_text">Disconnecting...</string>
|
|
<string name="connect_error_text">Error: Unable to connect.</string>
|
|
<string name="auth_error_text">Error: Google Apps accounts not supported.</string>
|
|
<string name="finish">Finish</string>
|
|
<string name="select_link_action_text">Please set your link action preference:</string>
|
|
<string name="auto_launch_text">Automatically launch links</string>
|
|
<string name="manual_launch_text">Let me launch links manually</string>
|
|
<string name="setup_complete_text">
|
|
Congratulations! Your phone is now connected and ready to receive links from Chrome. <br><br>
|
|
If you have not already done so, you now need to install the Chrome Extension by visiting the
|
|
Chrome Extension gallery on your desktop at<br>http://chrome.google.com/extensions/
|
|
and searching for "Chrome to Phone".
|
|
</string>
|
|
<string name="connected_with_account_text">Your phone is connected to Chrome using this account:</string>
|
|
<string name="link_action_pref_text">Link action preference:</string>
|
|
<string name="disconnect">Disconnect</string>
|
|
<string name="disconnect_error_text">Error: Unable to disconnect.</string>
|
|
<string name="help">Help</string>
|
|
<string name="intro_text">
|
|
Chrome to Phone lets you easily share links, maps, and selected phone numbers and text
|
|
between your computer and your phone. <br><br>You need to install the Chrome
|
|
browser extension on your computer to send links to your phone. The browser extension
|
|
can be downloaded from the Chrome extension gallery at http://chrome.google.com/extensions/.
|
|
Simply search for "Chrome to Phone".<br><br>There are just 3 simple steps to complete
|
|
the set up on your phone: <br><br>1. Choose the Google Account to use.<br>
|
|
2. Connect your Chrome and your phone.<br>3. Set your link action preference.<br><br>
|
|
By using this application, you agree to the <br>
|
|
<a href="{tos_link}">Terms of Service</a> and
|
|
<a href="http://m.google.com/privacy">Privacy Policy</a>
|
|
</string>
|
|
<string name="help_text">
|
|
Chrome to Phone lets you easily share links, maps, and selected phone numbers and text
|
|
between your computer and your phone. <br><br>It is comprised of two components:
|
|
an Android application and a Chrome browser extension. The browser extension can be
|
|
downloaded from the Chrome extension gallery at http://chrome.google.com/extensions/
|
|
<br><br>Once the Chrome extension is installed on your computer, you can
|
|
connect your Android phone.<br><br>You can choose whether links sent from
|
|
your phone are automatically opened by the appropriate application or left as messages
|
|
in the status bar which you can action manually. <br><br>Note that only Google
|
|
Accounts are supported (Google Apps accounts are not supported).
|
|
</string>
|
|
</resources>
|