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

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: Rebase 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 | « no previous file | remoting/webapp/client_screen.js » ('j') | remoting/webapp/client_screen.js » ('J')
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 689 matching lines...) Expand 10 before | Expand all | Expand 10 after
700 </message> 700 </message>
701 <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"> 701 <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">
702 Please enter the same PIN in both boxes. 702 Please enter the same PIN in both boxes.
703 </message> 703 </message>
704 <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"> 704 <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">
705 Access other computers or allow another user to access your computer sec urely over the Internet. 705 Access other computers or allow another user to access your computer sec urely over the Internet.
706 </message> 706 </message>
707 <message desc="Label for button to reconnect to the previous Me2Me host. T his button appears on the 'session-finished' page." name="IDS_RECONNECT"> 707 <message desc="Label for button to reconnect to the previous Me2Me host. T his button appears on the 'session-finished' page." name="IDS_RECONNECT">
708 Reconnect 708 Reconnect
709 </message> 709 </message>
710 <message desc="Button for starting and stopping video frame recording, to capture frame sequences for debugging purposes." name="IDS_START_STOP_RECORDING" >
Wez 2014/08/19 21:18:59 Note that I've replaced this w/ separate start/sto
711 Record
712 </message>
710 <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"> 713 <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">
711 Resize desktop to fit 714 Resize desktop to fit
712 </message> 715 </message>
713 <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"> 716 <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">
714 Retry 717 Retry
715 </message> 718 </message>
716 <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"> 719 <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">
717 Screen options 720 Screen options
718 </message> 721 </message>
719 <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"> 722 <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
835 </message> 838 </message>
836 <message desc="Menu option to open a new window." name="IDS_NEW_WINDOW"> 839 <message desc="Menu option to open a new window." name="IDS_NEW_WINDOW">
837 New window… 840 New window…
838 </message> 841 </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"> 842 <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 843 Feedback
841 </message> 844 </message>
842 </messages> 845 </messages>
843 </release> 846 </release>
844 </grit> 847 </grit>
OLDNEW
« no previous file with comments | « no previous file | remoting/webapp/client_screen.js » ('j') | remoting/webapp/client_screen.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698