Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(985)

Side by Side Diff: remoting/resources/remoting_strings.grd

Issue 211573008: Add Play Store listings text for Chromoting app (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <grit base_dir="." current_release="1" enc_check="möl" latest_public_release="0" source_lang_id="en"> 3 <grit base_dir="." current_release="1" enc_check="möl" latest_public_release="0" source_lang_id="en">
4 <outputs> 4 <outputs>
5 <output filename="remoting/base/string_resources.h" type="rc_header"> 5 <output filename="remoting/base/string_resources.h" type="rc_header">
6 <emit emit_type="prepend"/> 6 <emit emit_type="prepend"/>
7 </output> 7 </output>
8 8
9 <output filename="remoting/resources/ar.pak" lang="ar" type="data_package"/> 9 <output filename="remoting/resources/ar.pak" lang="ar" type="data_package"/>
10 <output filename="remoting/resources/bg.pak" lang="bg" type="data_package"/> 10 <output filename="remoting/resources/bg.pak" lang="bg" type="data_package"/>
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 </message> 410 </message>
411 <message desc="Android action-bar menu item for viewing the Play Store p age for the application" name="IDS_ACTIONBAR_PLAY_STORE" formatter_data="android _java"> 411 <message desc="Android action-bar menu item for viewing the Play Store p age for the application" name="IDS_ACTIONBAR_PLAY_STORE" formatter_data="android _java">
412 View in Google Play Store 412 View in Google Play Store
413 </message> 413 </message>
414 <message desc="Label for the button on the Android popup dialog that is shown when there are no Google accounts on the device. Pressing this button laun ches the Android system screen for adding a new Google account to the device." n ame="IDS_NOACCOUNTS_ADD_ACCOUNT" formatter_data="android_java"> 414 <message desc="Label for the button on the Android popup dialog that is shown when there are no Google accounts on the device. Pressing this button laun ches the Android system screen for adding a new Google account to the device." n ame="IDS_NOACCOUNTS_ADD_ACCOUNT" formatter_data="android_java">
415 Add account 415 Add account
416 </message> 416 </message>
417 <message desc="Error that is shown if a network error occurs, including the case where the device is off-line." name="IDS_ERROR_NETWORK_ERROR" formatter _data="android_java"> 417 <message desc="Error that is shown if a network error occurs, including the case where the device is off-line." name="IDS_ERROR_NETWORK_ERROR" formatter _data="android_java">
418 A network error occurred. Please check that your device is on-line and try again. 418 A network error occurred. Please check that your device is on-line and try again.
419 </message> 419 </message>
420
421 <!-- Play Store listings text. These Android-specific strings are not marked
422 with formatter_data="android_java" since they are used only for the Play
423 Store listings, and should not be bundled in the APK.
424 -->
425 <message name="IDS_PLAY_STORE_TITLE" desc="Play Store title of the Chrom e Remote Desktop app for Android. [CHAR-LIMIT=30] [NAME=play_store_title]">
Jamie 2014/03/26 17:08:26 I don't understand the need for [NAME=...] in thes
Lambros 2014/03/26 21:34:19 They're for our benefit, the translators ignore th
426 Chrome Remote Desktop
427 </message>
428 <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] ">
429 Securely access your computers from your Android phone or tablet.
Jamie 2014/03/26 17:08:26 Maybe s/phone or tablet/device/ here and below?
Lambros 2014/03/26 21:34:19 Done.
430 </message>
431 <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]">
432 Securely access your computers from your Android phone or tablet.
433
434 • From each of your computers, set up remote access using our app on the Chrome Web Store: https://chrome.google.com/remotedesktop
Jamie 2014/03/26 17:08:26 I think we should avoid using "our". Maybe "the Ch
Lambros 2014/03/26 21:34:19 Done.
435 • From your Android device, open the app to see which of your computers are avai lable to connect.
Jamie 2014/03/26 17:08:26 s/connect/connect to/ Although this list seems mo
Lambros 2014/03/26 21:34:19 I assume this is addressed by updated strings.
436 • Connect to any of your online computers.
437
438 For information about privacy, please see the Google Privacy Policy and the Chro me Privacy Policy.
439 </message>
440 <message name="IDS_PLAY_STORE_CHANGES" desc="List of what's changed in t his release of Chrome Remote Desktop for Android. [CHAR-LIMIT=500] [NAME=play_st ore_changes]">
441 First release of Chrome Remote Desktop for Android.
442 </message>
420 </if> 443 </if>
421 444
422 <message desc="Label for the access code entry box. This is where the clie nt user enters the code that permits access to the host." name="IDS_ACCESS_CODE" > 445 <message desc="Label for the access code entry box. This is where the clie nt user enters the code that permits access to the host." name="IDS_ACCESS_CODE" >
423 Access code 446 Access code
424 </message> 447 </message>
425 <message desc="Text displayed when the access code is due to time out with in 30 seconds." name="IDS_ACCESS_CODE_TIMER"> 448 <message desc="Text displayed when the access code is due to time out with in 30 seconds." name="IDS_ACCESS_CODE_TIMER">
426 This access code will expire in <ph name="TIMEOUT">$1<ex>0:30</ex></ph> 449 This access code will expire in <ph name="TIMEOUT">$1<ex>0:30</ex></ph>
427 </message> 450 </message>
428 <message desc="In the connection history dialog, clicking this button show s all recent connections unfiltered." name="IDS_ALL_CONNECTIONS"> 451 <message desc="In the connection history dialog, clicking this button show s all recent connections unfiltered." name="IDS_ALL_CONNECTIONS">
429 All connections 452 All connections
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
781 </message> 804 </message>
782 <message desc="Menu option to open a new connection." name="IDS_NEW_CONNEC TION"> 805 <message desc="Menu option to open a new connection." name="IDS_NEW_CONNEC TION">
783 New connection 806 New connection
784 </message> 807 </message>
785 <message desc="Menu option to open a new window." name="IDS_NEW_WINDOW"> 808 <message desc="Menu option to open a new window." name="IDS_NEW_WINDOW">
786 New window… 809 New window…
787 </message> 810 </message>
788 </messages> 811 </messages>
789 </release> 812 </release>
790 </grit> 813 </grit>
OLDNEW
« remoting/resources/play_store_resources.cc ('K') | « remoting/resources/play_store_resources.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698