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

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

Issue 882463003: Basic webapp UI for host-offline-reason. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed minor nits pointed out by Jamie. Created 5 years, 10 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 | remoting/webapp/crd/js/host.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/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 831 matching lines...) Expand 10 before | Expand all | Expand 10 after
842 </message> 842 </message>
843 <message desc="Sub-title for the remote assistance section of the UI, whic h contains buttons to share this computer or to connect to another computer, bot h on a one-off basis." name="IDS_MODE_IT2ME"> 843 <message desc="Sub-title for the remote assistance section of the UI, whic h contains buttons to share this computer or to connect to another computer, bot h on a one-off basis." name="IDS_MODE_IT2ME">
844 Remote Assistance 844 Remote Assistance
845 </message> 845 </message>
846 <message desc="Sub-title for the remote access section of the UI, which co ntains a list of currently-shared hosts and a button to enable this computer for long-term sharing." name="IDS_MODE_ME2ME" formatter_data="android_java"> 846 <message desc="Sub-title for the remote access section of the UI, which co ntains a list of currently-shared hosts and a button to enable this computer for long-term sharing." name="IDS_MODE_ME2ME" formatter_data="android_java">
847 My Computers 847 My Computers
848 </message> 848 </message>
849 <message desc="Label for general-purpose OK buttons." name="IDS_OK"> 849 <message desc="Label for general-purpose OK buttons." name="IDS_OK">
850 OK 850 OK
851 </message> 851 </message>
852 <message desc="Modified version of the host name shown for hosts that are not currently accessible, and for which no last-online status is available." nam e="IDS_OFFLINE"> 852 <message desc="Modified version of the host name shown for hosts that are not currently accessible and for which no last-online status is available." name ="IDS_OFFLINE">
853 <ph name="HOSTNAME">$1<ex>My Linux desktop</ex></ph> (offline) 853 <ph name="HOSTNAME">$1<ex>My Linux desktop</ex></ph> (offline)
854 </message> 854 </message>
855 <message desc="Modified version of the host name shown for hosts that are not currently accessible." name="IDS_LAST_ONLINE"> 855 <message desc="Modified version of the host name shown for hosts that are not currently accessible." name="IDS_LAST_ONLINE">
856 <ph name="HOSTNAME">$1<ex>My Linux desktop</ex></ph> (last online <ph na me="DATE">$2<ex>1/6/13</ex></ph>) 856 <ph name="HOSTNAME">$1<ex>My Linux desktop</ex></ph> (last online <ph na me="DATE_OR_TIME">$2<ex>1/6/2013 or 11:23:32 AM</ex></ph>)
857 </message>
858 <message desc="Error message indicating that the host is offline, because the host failed to initialize (i.e. failed to generate a host certificate, run o ut of memory early during startup, failed to set up inter-process communication, etc.)."
859 name="IDS_OFFLINE_REASON_INITIALIZATION_FAILED">
860 Host initialization failed.
861 </message>
862 <message desc="Error message indicating that the host is offline, because the host configuration is invalid."
863 name="IDS_OFFLINE_REASON_INVALID_HOST_CONFIGURATION">
864 Invalid host configuration.
865 </message>
866 <message desc="Error message indicating that the host is offline, because the host configuration specifies a host id that is not found in the Chrome Remot e Desktop Directory service (possibly because the host entry was deleted by the user)."
867 name="IDS_OFFLINE_REASON_INVALID_HOST_ID">
868 Invalid host id.
869 </message>
870 <message desc="Error message indicating that the host is offline, because the host configuration specifies an OAuth credential that is rejected when the h ost tries to authenticate itself to Chrome Remote Desktop Directory service."
871 name="IDS_OFFLINE_REASON_INVALID_OAUTH_CREDENTIALS">
872 Host is configured with invalid OAuth credentials.
873 </message>
874 <message desc="Error message indicating that the host is offline, because the host is owned by a user from a domain different than the domain mandated by RemoteAccessHostDomain policy."
875 name="IDS_OFFLINE_REASON_INVALID_HOST_DOMAIN">
876 Invalid host owner domain.
877 </message>
878 <message desc="Error message indicating that the host is offline, because RemoteAccessHostRequireCurtain policy requires curtain mode, which is not suppor ted when 'launchd' runs an instance of the host at the console login screen on a Mac."
879 name="IDS_OFFLINE_REASON_LOGIN_SCREEN_NOT_SUPPORTED">
880 Host running at the console logic screen has shutdown to support curtain mode by switching to a host running in a user-specific session.
881 </message>
882 <message desc="Error message indicating that the host is offline, because RemoteAccessHostMatchUsername policy is enabled and there is a mismatch between the name of the local user (that the host is associated with) and the name of th e Google account registered as the host owner (i.e. 'johndoe' if the host is own ed by 'johndoe@example.com' Google account)"
883 name="IDS_OFFLINE_REASON_USERNAME_MISMATCH">
884 Invalid host owner.
885 </message>
886 <message desc="Description of why host is offline, when client gets a host -offline-reason it doesn't recognize."
887 name="IDS_OFFLINE_REASON_UNKNOWN">
888 Unrecognized host error: <ph name="HOST_OFFLINE_REASON">$1<ex>EXIT_CODE_ FROM_HOST_NEWER_THAN_CLIENT</ex></ph>.
857 </message> 889 </message>
858 <message desc="Modified version of the host name shown for hosts that are running an out-of-date version of the Me2Me host software." name="IDS_UPDATE_REQ UIRED"> 890 <message desc="Modified version of the host name shown for hosts that are running an out-of-date version of the Me2Me host software." name="IDS_UPDATE_REQ UIRED">
859 <ph name="HOSTNAME">$1<ex>My Linux desktop</ex></ph> (out-of-date) 891 <ph name="HOSTNAME">$1<ex>My Linux desktop</ex></ph> (out-of-date)
860 </message> 892 </message>
861 <message desc="Explanatory text displayed if the user tries to connect to a computer running out-of-date Me2Me host software." name="IDS_HOST_NEEDS_UPDATE _DETAIL"> 893 <message desc="Explanatory text displayed if the user tries to connect to a computer running out-of-date Me2Me host software." name="IDS_HOST_NEEDS_UPDATE _DETAIL">
862 Software updates usually happen automatically, but can fail in some rare cases. Updating the software should take no more than a few minutes and can be done while connected to your computer remotely. 894 Software updates usually happen automatically, but can fail in some rare cases. Updating the software should take no more than a few minutes and can be done while connected to your computer remotely.
863 </message> 895 </message>
864 <message desc="In the connection history dialog, clicking this button show s only recent connections from this computer." name="IDS_OUTGOING_CONNECTIONS"> 896 <message desc="In the connection history dialog, clicking this button show s only recent connections from this computer." name="IDS_OUTGOING_CONNECTIONS">
865 From this computer 897 From this computer
866 </message> 898 </message>
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
1047 <message desc="Label for the button to accept sharing the computer in 'It2 Me' mode." name="IDS_SHARE_CONFIRM_DIALOG_CONFIRM" > 1079 <message desc="Label for the button to accept sharing the computer in 'It2 Me' mode." name="IDS_SHARE_CONFIRM_DIALOG_CONFIRM" >
1048 Share 1080 Share
1049 </message> 1081 </message>
1050 <message desc="Label for the button to decline sharing the computer in 'It 2Me' mode." name="IDS_SHARE_CONFIRM_DIALOG_DECLINE" > 1082 <message desc="Label for the button to decline sharing the computer in 'It 2Me' mode." name="IDS_SHARE_CONFIRM_DIALOG_DECLINE" >
1051 Cancel 1083 Cancel
1052 </message> 1084 </message>
1053 1085
1054 </messages> 1086 </messages>
1055 </release> 1087 </release>
1056 </grit> 1088 </grit>
OLDNEW
« no previous file with comments | « no previous file | remoting/webapp/crd/js/host.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698