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

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

Issue 2162103002: Fix grammatical error in host overload message. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « no previous file | 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/am.pak" lang="am" type="data_package"/> 9 <output filename="remoting/resources/am.pak" lang="am" type="data_package"/>
10 <output filename="remoting/resources/ar.pak" lang="ar" type="data_package"/> 10 <output filename="remoting/resources/ar.pak" lang="ar" type="data_package"/>
(...skipping 722 matching lines...) Expand 10 before | Expand all | Expand 10 after
733 <message desc="Label for the 'yes' response to the dialog asking the user to confirm whether or not they want to disable remote access to a host." name="I DS_DISABLE_HOST"> 733 <message desc="Label for the 'yes' response to the dialog asking the user to confirm whether or not they want to disable remote access to a host." name="I DS_DISABLE_HOST">
734 Disable 734 Disable
735 </message> 735 </message>
736 <message desc="Label for the client-side disconnect button. Clicking this button disconnects oneself from the host." name="IDS_DISCONNECT_MYSELF_BUTTON" f ormatter_data="android_java"> 736 <message desc="Label for the client-side disconnect button. Clicking this button disconnects oneself from the host." name="IDS_DISCONNECT_MYSELF_BUTTON" f ormatter_data="android_java">
737 Disconnect 737 Disconnect
738 </message> 738 </message>
739 <message desc="Column header in the connection history table showing the l ength of time for which a connection was active, if available." name="IDS_DURATI ON_HEADER"> 739 <message desc="Column header in the connection history table showing the l ength of time for which a connection was active, if available." name="IDS_DURATI ON_HEADER">
740 Duration 740 Duration
741 </message> 741 </message>
742 <message desc="Error that is shown on the client side when the host is blo cking all connections due to failed authentication attempts." name="IDS_ERROR_HO ST_OVERLOAD" formatter_data="android_java"> 742 <message desc="Error that is shown on the client side when the host is blo cking all connections due to failed authentication attempts." name="IDS_ERROR_HO ST_OVERLOAD" formatter_data="android_java">
743 Connections to the remote computer are temporarily blocked because someb ody was trying to connect to it with invalid PIN. Please try again later. 743 Connections to the remote computer are temporarily blocked because someb ody was trying to connect to it with an invalid PIN. Please try again later.
744 </message> 744 </message>
745 <message desc="Error that is shown on the client side after the host has t erminated connection that lasted more than maximum allowed duration." name="IDS_ ERROR_MAX_SESSION_LENGTH" formatter_data="android_java"> 745 <message desc="Error that is shown on the client side after the host has t erminated connection that lasted more than maximum allowed duration." name="IDS_ ERROR_MAX_SESSION_LENGTH" formatter_data="android_java">
746 The remote session has expired. 746 The remote session has expired.
747 </message> 747 </message>
748 <message desc="Error that is shown on the client side the host has failed to accept the connection due to a configuration issue." name="IDS_ERROR_HOST_CON FIGURATION_ERROR" formatter_data="android_java"> 748 <message desc="Error that is shown on the client side the host has failed to accept the connection due to a configuration issue." name="IDS_ERROR_HOST_CON FIGURATION_ERROR" formatter_data="android_java">
749 The remote computer has failed to initialize the session. If problem per sist please try to configure the host again. 749 The remote computer has failed to initialize the session. If problem per sist please try to configure the host again.
750 </message> 750 </message>
751 751
752 <message desc="Error that is shown on the client side when we don't get a response from the host." name="IDS_ERROR_HOST_IS_OFFLINE" formatter_data="androi d_java"> 752 <message desc="Error that is shown on the client side when we don't get a response from the host." name="IDS_ERROR_HOST_IS_OFFLINE" formatter_data="androi d_java">
753 The remote computer is not responding to connection requests. Please ver ify that it is online and try again. 753 The remote computer is not responding to connection requests. Please ver ify that it is online and try again.
(...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after
1183 <message desc="Platform-specific text indicating that a component is for t he Mac OS." name="IDS_FOR_PLATFORM_MAC"> 1183 <message desc="Platform-specific text indicating that a component is for t he Mac OS." name="IDS_FOR_PLATFORM_MAC">
1184 For Mac (OS X Mavericks 10.9 and above) 1184 For Mac (OS X Mavericks 10.9 and above)
1185 </message> 1185 </message>
1186 <message desc="Text for the button the user clicks to indicate that they a gree to the terms of service and want to proceed with downloading the installer. " name="IDS_ACCEPT_AND_INSTALL"> 1186 <message desc="Text for the button the user clicks to indicate that they a gree to the terms of service and want to proceed with downloading the installer. " name="IDS_ACCEPT_AND_INSTALL">
1187 Accept and Install 1187 Accept and Install
1188 </message> 1188 </message>
1189 1189
1190 </messages> 1190 </messages>
1191 </release> 1191 </release>
1192 </grit> 1192 </grit>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698