diff options
author | lambroslambrou@chromium.org <lambroslambrou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-27 01:15:52 +0000 |
---|---|---|
committer | lambroslambrou@chromium.org <lambroslambrou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-27 01:15:52 +0000 |
commit | 777e941dbc7e8c8d97e78922f8795e4ec699c51a (patch) | |
tree | e8beda53594c7bb61983acc554cbbc5b8e8a3bb2 /remoting | |
parent | 951bf58c9cba33fed34e0171fe480712dbba0427 (diff) | |
download | chromium_src-777e941dbc7e8c8d97e78922f8795e4ec699c51a.zip chromium_src-777e941dbc7e8c8d97e78922f8795e4ec699c51a.tar.gz chromium_src-777e941dbc7e8c8d97e78922f8795e4ec699c51a.tar.bz2 |
Add Play Store listings text for Chromoting app
R=jamiewalch@chromium.org
Review URL: https://codereview.chromium.org/211573008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259762 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/remoting.gyp | 1 | ||||
-rw-r--r-- | remoting/resources/play_store_resources.cc | 10 | ||||
-rw-r--r-- | remoting/resources/remoting_strings.grd | 32 |
3 files changed, 43 insertions, 0 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index edde852..49cf630 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -191,6 +191,7 @@ 'host/win/core.rc.jinja2', 'host/win/host_messages.mc.jinja2', 'host/win/version.rc.jinja2', + 'resources/play_store_resources.cc', 'webapp/background.js', 'webapp/butter_bar.js', 'webapp/client_screen.js', diff --git a/remoting/resources/play_store_resources.cc b/remoting/resources/play_store_resources.cc new file mode 100644 index 0000000..976f51e --- /dev/null +++ b/remoting/resources/play_store_resources.cc @@ -0,0 +1,10 @@ +// Copyright 2014 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +// This file exists only to mark the Play Store string resources as used. +IDS_PLAY_STORE_TITLE +IDS_PLAY_STORE_TAGLINE +IDS_PLAY_STORE_DESCRIPTION +IDS_PLAY_STORE_DESCRIPTION_ALTERNATE +IDS_PLAY_STORE_CHANGES diff --git a/remoting/resources/remoting_strings.grd b/remoting/resources/remoting_strings.grd index 2432415..b37ec3f 100644 --- a/remoting/resources/remoting_strings.grd +++ b/remoting/resources/remoting_strings.grd @@ -423,6 +423,38 @@ <message desc="Text shown in tooltip when user touches an offline host on the device." name="IDS_HOST_OFFLINE_TOOLTIP" formatter_data="android_java"> Host is offline. </message> + +<!-- Play Store listings text. These Android-specific strings are not marked + with formatter_data="android_java" since they are used only for the Play + Store listings, and should not be bundled in the APK. +--> + <message name="IDS_PLAY_STORE_TITLE" desc="Play Store title of the Chrome Remote Desktop app for Android. [CHAR-LIMIT=30] [NAME=play_store_title]"> + Chrome Remote Desktop + </message> + <message name="IDS_PLAY_STORE_TAGLINE" desc="Play Store tagline for the Chrome Remote Desktop app for Android. [CHAR-LIMIT=80] [NAME=play_store_tagline]"> + Securely access your computers from your Android device. + </message> + <message name="IDS_PLAY_STORE_DESCRIPTION" desc="Play Store description of the Chrome Remote Desktop app for Android. [CHAR-LIMIT=4000] [NAME=play_store_description]"> +Securely access your computers from your Android device. + +• On each of your computers, set up remote access using the Chrome Remote Desktop app from Chrome Web Store: https://chrome.google.com/remotedesktop +• On your Android device, open the app and tap on any of your online computers to connect. + +For information about privacy, please see the Google Privacy Policy (http://goo.gl/SyrVzj) and the Chrome Privacy Policy (http://goo.gl/0uXE5d). + </message> + <message name="IDS_PLAY_STORE_DESCRIPTION_ALTERNATE" desc="Play Store description of the Chrome Remote Desktop app for Android. [CHAR-LIMIT=4000] [NAME=play_store_description_alternate]"> +Securely access your computers from your Android device. + +• On each of your computers, set up remote access using the Chrome Remote Desktop app from Chrome Web Store: https://chrome.google.com/remotedesktop +• On your Android device, open the app and tap on any of your online computers to connect. + +Remote computers with non US-English keyboards may receive incorrect text input. Support for other keyboard layouts is coming soon! + +For information about privacy, please see the Google Privacy Policy (http://goo.gl/SyrVzj) and the Chrome Privacy Policy (http://goo.gl/0uXE5d). + </message> + <message name="IDS_PLAY_STORE_CHANGES" desc="List of what's changed in this release of Chrome Remote Desktop for Android. [CHAR-LIMIT=500] [NAME=play_store_changes]"> +First release of Chrome Remote Desktop for Android. + </message> </if> <message desc="Label for the access code entry box. This is where the client user enters the code that permits access to the host." name="IDS_ACCESS_CODE"> |