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

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

Issue 179003006: Add Help & feedback screens to Android Chromoting client (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 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 </message> 371 </message>
372 <message name="IDS_MAC_PREFPANE_ICON_LABEL" desc="The name of Chromoting Host icon in Preference Pane on MacOS. The carriage return makes sure that the label is not truncated."> 372 <message name="IDS_MAC_PREFPANE_ICON_LABEL" desc="The name of Chromoting Host icon in Preference Pane on MacOS. The carriage return makes sure that the label is not truncated.">
373 Chromoting&#x0a;Host 373 Chromoting&#x0a;Host
374 </message> 374 </message>
375 <message name="IDS_MAC_UNINSTALLER_BUNDLE_NAME" desc="The bundle name sp ecified in the property list of Chromoting Host Uninstaller bundle on MacOS."> 375 <message name="IDS_MAC_UNINSTALLER_BUNDLE_NAME" desc="The bundle name sp ecified in the property list of Chromoting Host Uninstaller bundle on MacOS.">
376 Chromoting Host Uninstaller 376 Chromoting Host Uninstaller
377 </message> 377 </message>
378 </if> 378 </if>
379 379
380 <if expr="is_android"> 380 <if expr="is_android">
381 <message desc="Text displayed in the Android action-bar overflow menu fo r showing the Help and Feedback screen" name="IDS_ACTIONBAR_HELP" formatter_data ="android_java"> 381 <message desc="Title displayed in the action-bar for the Android Help sc reen" name="IDS_ACTIONBAR_HELP_TITLE" formatter_data="android_java">
Jamie 2014/02/25 22:01:18 Make it clear in the description that this is a ve
Lambros 2014/02/26 21:15:45 It's the title of the Help & feedback screen - jus
382 Help
383 </message>
384 <message desc="Android action-bar menu item for showing the Help and Fee dback screen" name="IDS_ACTIONBAR_HELP" formatter_data="android_java">
382 Help &amp; feedback 385 Help &amp; feedback
Jamie 2014/02/25 22:01:18 Do we still need this one?
Lambros 2014/02/26 21:15:45 Yes, this is unchanged.
383 </message> 386 </message>
387 <message desc="Label for the Feedback button displayed in the Android He lp screen. Pressing this button causes the Feedback screen to be shown." name="I DS_ACTIONBAR_FEEDBACK" formatter_data="android_java">
388 Feedback
389 </message>
390 <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">
391 View in Google Play Store
Jamie 2014/02/25 22:01:18 Was this feature mandated by the UX review? It see
Lambros 2014/02/26 21:15:45 Yes, I think it's new. Haven't seen it in other ap
392 </message>
384 </if> 393 </if>
385 394
386 <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" > 395 <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" >
387 Access code 396 Access code
388 </message> 397 </message>
389 <message desc="Text displayed when the access code is due to time out with in 30 seconds." name="IDS_ACCESS_CODE_TIMER"> 398 <message desc="Text displayed when the access code is due to time out with in 30 seconds." name="IDS_ACCESS_CODE_TIMER">
390 This access code will expire in <ph name="TIMEOUT">$1<ex>0:30</ex></ph> 399 This access code will expire in <ph name="TIMEOUT">$1<ex>0:30</ex></ph>
391 </message> 400 </message>
392 <message desc="In the connection history dialog, clicking this button show s all recent connections unfiltered." name="IDS_ALL_CONNECTIONS"> 401 <message desc="In the connection history dialog, clicking this button show s all recent connections unfiltered." name="IDS_ALL_CONNECTIONS">
393 All connections 402 All connections
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
742 </message> 751 </message>
743 <message desc="Menu option to open a new connection." name="IDS_NEW_CONNEC TION"> 752 <message desc="Menu option to open a new connection." name="IDS_NEW_CONNEC TION">
744 New connection 753 New connection
745 </message> 754 </message>
746 <message desc="Menu option to open a new window." name="IDS_NEW_WINDOW"> 755 <message desc="Menu option to open a new window." name="IDS_NEW_WINDOW">
747 New window… 756 New window…
748 </message> 757 </message>
749 </messages> 758 </messages>
750 </release> 759 </release>
751 </grit> 760 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698