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

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

Issue 386853002: Add a Record button to the web-app if the host supports video recording. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: function -> var 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 | Annotate | Revision Log
« no previous file with comments | « remoting/remoting_webapp_files.gypi ('k') | remoting/webapp/client_screen.js » ('j') | 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 698 matching lines...) Expand 10 before | Expand all | Expand 10 after
709 </message> 709 </message>
710 <message desc="Error message displayed to the user if they enter different PINs in the boxes marked 'PIN' and 'retype PIN'." name="IDS_PINS_NOT_EQUAL"> 710 <message desc="Error message displayed to the user if they enter different PINs in the boxes marked 'PIN' and 'retype PIN'." name="IDS_PINS_NOT_EQUAL">
711 Please enter the same PIN in both boxes. 711 Please enter the same PIN in both boxes.
712 </message> 712 </message>
713 <message desc="Web-app description. Displayed in Chrome's extensions page. KEEP THIS TO 132 CHARACTERS OR LESS, as this is a hard limit imposed by Chrome Web Store." name="IDS_PRODUCT_DESCRIPTION"> 713 <message desc="Web-app description. Displayed in Chrome's extensions page. KEEP THIS TO 132 CHARACTERS OR LESS, as this is a hard limit imposed by Chrome Web Store." name="IDS_PRODUCT_DESCRIPTION">
714 Access other computers or allow another user to access your computer sec urely over the Internet. 714 Access other computers or allow another user to access your computer sec urely over the Internet.
715 </message> 715 </message>
716 <message desc="Label for button to reconnect to the previous Me2Me host. T his button appears on the 'session-finished' page." name="IDS_RECONNECT"> 716 <message desc="Label for button to reconnect to the previous Me2Me host. T his button appears on the 'session-finished' page." name="IDS_RECONNECT">
717 Reconnect 717 Reconnect
718 </message> 718 </message>
719 <message desc="Button for starting video frame recording, to capture frame sequences for debugging purposes." name="IDS_START_RECORDING">
720 Start Recording
721 </message>
722 <message desc="Button for stopping recording of video frames." name="IDS_S TOP_RECORDING">
723 Stop Recording
724 </message>
719 <message desc="Button for enabling or disabling the 'resize-to-client' fun ctionality, whereby the host desktop is resized to match the client size as clos ely as possible." name="IDS_RESIZE_TO_CLIENT"> 725 <message desc="Button for enabling or disabling the 'resize-to-client' fun ctionality, whereby the host desktop is resized to match the client size as clos ely as possible." name="IDS_RESIZE_TO_CLIENT">
720 Resize desktop to fit 726 Resize desktop to fit
721 </message> 727 </message>
722 <message desc="Label for button to retry connecting to a Me2Me host, after failing to connect to that host. This button appears on the 'session-finished' page." name="IDS_RETRY"> 728 <message desc="Label for button to retry connecting to a Me2Me host, after failing to connect to that host. This button appears on the 'session-finished' page." name="IDS_RETRY">
723 Retry 729 Retry
724 </message> 730 </message>
725 <message desc="Tool-bar button used to access the Full-screen and shrink-t o-fit features ('screen' in this context refers to the fact that the options are related to how the remote screen is displayed)." name="IDS_SCREEN_OPTIONS"> 731 <message desc="Tool-bar button used to access the Full-screen and shrink-t o-fit features ('screen' in this context refers to the fact that the options are related to how the remote screen is displayed)." name="IDS_SCREEN_OPTIONS">
726 Screen options 732 Screen options
727 </message> 733 </message>
728 <message desc="Label for the client-side menu button that sends a Ctrl-Alt -Del sequence to the host. Clicking this button behaves as if Ctrl, Alt and Del were pressed and then released at the host." name="IDS_SEND_CTRL_ALT_DEL" format ter_data="android_java"> 734 <message desc="Label for the client-side menu button that sends a Ctrl-Alt -Del sequence to the host. Clicking this button behaves as if Ctrl, Alt and Del were pressed and then released at the host." name="IDS_SEND_CTRL_ALT_DEL" format ter_data="android_java">
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
844 </message> 850 </message>
845 <message desc="Menu option to open a new window." name="IDS_NEW_WINDOW"> 851 <message desc="Menu option to open a new window." name="IDS_NEW_WINDOW">
846 New window… 852 New window…
847 </message> 853 </message>
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"> 854 <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">
849 Feedback 855 Feedback
850 </message> 856 </message>
851 </messages> 857 </messages>
852 </release> 858 </release>
853 </grit> 859 </grit>
OLDNEW
« no previous file with comments | « remoting/remoting_webapp_files.gypi ('k') | remoting/webapp/client_screen.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698