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

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

Issue 451973002: Capabilities + Extensions + Cast Host Extension Support for Android client (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor Fix Created 6 years, 4 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
« no previous file with comments | « remoting/remoting_android.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 </message> 417 </message>
418 <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"> 418 <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">
419 Add account 419 Add account
420 </message> 420 </message>
421 <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"> 421 <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">
422 A network error occurred. Please check that your device is on-line and try again. 422 A network error occurred. Please check that your device is on-line and try again.
423 </message> 423 </message>
424 <message desc="Text shown in tooltip when user touches an offline host o n the device." name="IDS_HOST_OFFLINE_TOOLTIP" formatter_data="android_java"> 424 <message desc="Text shown in tooltip when user touches an offline host o n the device." name="IDS_HOST_OFFLINE_TOOLTIP" formatter_data="android_java">
425 Host is offline. 425 Host is offline.
426 </message> 426 </message>
427 <message desc="Error that is shown in tooltip if the app loses its conne ction to the Cast device." name="IDS_CONNECTION_TO_CAST_FAILED" formatter_data=" android_java">
428 Failed to connect to Cast device.
429 </message>
430 <message desc="Text shown in tooltip when the application has closed it s connection to the Cast device." name="IDS_CONNECTION_TO_CAST_CLOSED" formatter _data="android_java">
431 Closed connection to Cast device.
432 </message>
433 <message desc="Title for Cast button in Android application menu." name= "IDS_CAST_BUTTON_TITLE" formatter_data="android_java">
434 Cast
435 </message>
427 436
428 <!-- Play Store listings text. These Android-specific strings are not marked 437 <!-- Play Store listings text. These Android-specific strings are not marked
429 with formatter_data="android_java" since they are used only for the Play 438 with formatter_data="android_java" since they are used only for the Play
430 Store listings, and should not be bundled in the APK. 439 Store listings, and should not be bundled in the APK.
431 --> 440 -->
432 <message name="IDS_PLAY_STORE_TITLE" desc="Play Store title of the Chrom e Remote Desktop app for Android. If needed to meet the 30-char limit, please tr anslate just 'Remote Desktop' instead. [CHAR-LIMIT=30] [NAME=play_store_title]" meaning="Title used in Play Store"> 441 <message name="IDS_PLAY_STORE_TITLE" desc="Play Store title of the Chrom e Remote Desktop app for Android. If needed to meet the 30-char limit, please tr anslate just 'Remote Desktop' instead. [CHAR-LIMIT=30] [NAME=play_store_title]" meaning="Title used in Play Store">
433 Chrome Remote Desktop 442 Chrome Remote Desktop
434 </message> 443 </message>
435 <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] "> 444 <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] ">
436 Securely access your computers from your Android device. 445 Securely access your computers from your Android device.
(...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after
835 </message> 844 </message>
836 <message desc="Menu option to open a new window." name="IDS_NEW_WINDOW"> 845 <message desc="Menu option to open a new window." name="IDS_NEW_WINDOW">
837 New window… 846 New window…
838 </message> 847 </message>
839 <message desc="Label for the Feedback button displayed in the Android Help screen. Pressing this button causes the Feedback screen to be shown." name="IDS _ACTIONBAR_FEEDBACK" formatter_data="android_java"> 848 <message desc="Label for the Feedback button displayed in the Android Help screen. Pressing this button causes the Feedback screen to be shown." name="IDS _ACTIONBAR_FEEDBACK" formatter_data="android_java">
840 Feedback 849 Feedback
841 </message> 850 </message>
842 </messages> 851 </messages>
843 </release> 852 </release>
844 </grit> 853 </grit>
OLDNEW
« no previous file with comments | « remoting/remoting_android.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698