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

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: 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
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 835 matching lines...) Expand 10 before | Expand all | Expand 10 after
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." nam e="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="Modified version of the host name shown for hosts that expl icitly reported an error that caused them to go offline." name="IDS_LAST_OFFLINE _REASON">
859 <ph name="HOSTNAME">$1<ex>My Linux desktop</ex></ph> (reported an error <ph name="DATE_OR_TIME">$2<ex>1/6/2013 or 11:23:32 AM</ex></ph>)
860 </message>
Jamie 2015/02/07 00:46:46 I don't think that this is the right message to di
Łukasz Anforowicz 2015/02/09 19:21:58 Ok - done.
861 <message desc="Description of why host is offline"
862 name="IDS_OFFLINE_REASON_INITIALIZATION_FAILED_GENERATED_AT_RUNTI ME"
863 internal_comment="name is generated at runtime in host_table_entr y.js">
864 Host initialization failed.
865 </message>
866 <message desc="Description of why host is offline"
Jamie 2015/02/07 00:46:46 These descriptions are shown to localizers, so the
Łukasz Anforowicz 2015/02/09 19:21:58 Done.
867 name="IDS_OFFLINE_REASON_INVALID_HOST_CONFIGURATION_GENERATED_AT_ RUNTIME"
868 internal_comment="name is generated at runtime in host_table_entr y.js">
869 Invalid host configuration.
870 </message>
871 <message desc="Description of why host is offline"
872 name="IDS_OFFLINE_REASON_INVALID_HOST_ID_GENERATED_AT_RUNTIME"
873 internal_comment="name is generated at runtime in host_table_entr y.js">
874 Invalid host id.
875 </message>
876 <message desc="Description of why host is offline"
877 name="IDS_OFFLINE_REASON_INVALID_OAUTH_CREDENTIALS_GENERATED_AT_R UNTIME"
878 internal_comment="name is generated at runtime in host_table_entr y.js">
879 Invalid OAuth credentials.
880 </message>
881 <message desc="Description of why host is offline"
882 name="IDS_OFFLINE_REASON_INVALID_HOST_DOMAIN_GENERATED_AT_RUNTIME "
883 internal_comment="name is generated at runtime in host_table_entr y.js">
884 Invalid host domain.
885 </message>
886 <message desc="Description of why host is offline"
887 name="IDS_OFFLINE_REASON_LOGIN_SCREEN_NOT_SUPPORTED_GENERATED_AT_ RUNTIME"
888 internal_comment="name is generated at runtime in host_table_entr y.js">
889 Login screen is not supported in curtain mode.
890 </message>
891 <message desc="Description of why host is offline"
892 name="IDS_OFFLINE_REASON_USERNAME_MISMATCH_GENERATED_AT_RUNTIME"
893 internal_comment="name is generated at runtime in host_table_entr y.js">
894 Invalid host owner.
895 </message>
896 <message desc="Description of why host is offline, when client gets a host -offline-reason it doesn't recognize"
897 name="IDS_OFFLINE_REASON_UNKNOWN">
898 Unrecognized error: <ph name="HOST_OFFLINE_REASON">$1<ex>EXIT_CODE_FROM_ HOST_NEWER_THAN_CLIENT</ex></ph>.
857 </message> 899 </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"> 900 <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) 901 <ph name="HOSTNAME">$1<ex>My Linux desktop</ex></ph> (out-of-date)
860 </message> 902 </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"> 903 <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. 904 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> 905 </message>
864 <message desc="In the connection history dialog, clicking this button show s only recent connections from this computer." name="IDS_OUTGOING_CONNECTIONS"> 906 <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 907 From this computer
866 </message> 908 </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" > 1089 <message desc="Label for the button to accept sharing the computer in 'It2 Me' mode." name="IDS_SHARE_CONFIRM_DIALOG_CONFIRM" >
1048 Share 1090 Share
1049 </message> 1091 </message>
1050 <message desc="Label for the button to decline sharing the computer in 'It 2Me' mode." name="IDS_SHARE_CONFIRM_DIALOG_DECLINE" > 1092 <message desc="Label for the button to decline sharing the computer in 'It 2Me' mode." name="IDS_SHARE_CONFIRM_DIALOG_DECLINE" >
1051 Cancel 1093 Cancel
1052 </message> 1094 </message>
1053 1095
1054 </messages> 1096 </messages>
1055 </release> 1097 </release>
1056 </grit> 1098 </grit>
OLDNEW
« no previous file with comments | « no previous file | remoting/tools/verify_resources.py » ('j') | remoting/webapp/crd/js/host_table_entry.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698