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

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

Issue 1003893003: Basic Android UI for host-offline-reason. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed placeholder format. Created 5 years, 9 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 | « remoting/android/java/src/org/chromium/chromoting/HostListAdapter.java ('k') | 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 850 matching lines...) Expand 10 before | Expand all | Expand 10 after
861 <message desc="Label for general-purpose OK buttons." name="IDS_OK"> 861 <message desc="Label for general-purpose OK buttons." name="IDS_OK">
862 OK 862 OK
863 </message> 863 </message>
864 <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"> 864 <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">
865 <ph name="HOSTNAME">$1<ex>My Linux desktop</ex></ph> (offline) 865 <ph name="HOSTNAME">$1<ex>My Linux desktop</ex></ph> (offline)
866 </message> 866 </message>
867 <message desc="Modified version of the host name shown for hosts that are not currently accessible." name="IDS_LAST_ONLINE"> 867 <message desc="Modified version of the host name shown for hosts that are not currently accessible." name="IDS_LAST_ONLINE">
868 <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>) 868 <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>)
869 </message> 869 </message>
870 <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.)." 870 <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.)."
871 name="IDS_OFFLINE_REASON_INITIALIZATION_FAILED"> 871 name="IDS_OFFLINE_REASON_INITIALIZATION_FAILED" formatter_data="a ndroid_java">
872 Host initialization failed. 872 Host initialization failed.
873 </message> 873 </message>
874 <message desc="Error message indicating that the host is offline, because the host configuration is invalid." 874 <message desc="Error message indicating that the host is offline, because the host configuration is invalid."
875 name="IDS_OFFLINE_REASON_INVALID_HOST_CONFIGURATION"> 875 name="IDS_OFFLINE_REASON_INVALID_HOST_CONFIGURATION" formatter_da ta="android_java">
876 Invalid host configuration. 876 Invalid host configuration.
877 </message> 877 </message>
878 <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)." 878 <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)."
879 name="IDS_OFFLINE_REASON_INVALID_HOST_ID"> 879 name="IDS_OFFLINE_REASON_INVALID_HOST_ID" formatter_data="android _java">
880 Invalid host id. 880 Invalid host id.
881 </message> 881 </message>
882 <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." 882 <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."
883 name="IDS_OFFLINE_REASON_INVALID_OAUTH_CREDENTIALS"> 883 name="IDS_OFFLINE_REASON_INVALID_OAUTH_CREDENTIALS" formatter_dat a="android_java">
884 Host is configured with invalid OAuth credentials. 884 Host is configured with invalid OAuth credentials.
885 </message> 885 </message>
886 <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." 886 <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."
887 name="IDS_OFFLINE_REASON_INVALID_HOST_DOMAIN"> 887 name="IDS_OFFLINE_REASON_INVALID_HOST_DOMAIN" formatter_data="and roid_java">
888 Invalid host owner domain. 888 Invalid host owner domain.
889 </message> 889 </message>
890 <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." 890 <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."
891 name="IDS_OFFLINE_REASON_LOGIN_SCREEN_NOT_SUPPORTED"> 891 name="IDS_OFFLINE_REASON_LOGIN_SCREEN_NOT_SUPPORTED" formatter_da ta="android_java">
892 Host running at the console logic screen has shutdown to support curtain mode by switching to a host running in a user-specific session. 892 Host running at the console logic screen has shutdown to support curtain mode by switching to a host running in a user-specific session.
893 </message> 893 </message>
894 <message desc="Error message indicating that the host is offline, because the host policy was unreadable (unparseable, inaccessible, mistyped or malformed )." 894 <message desc="Error message indicating that the host is offline, because the host policy was unreadable (unparseable, inaccessible, mistyped or malformed )."
895 name="IDS_OFFLINE_REASON_POLICY_READ_ERROR"> 895 name="IDS_OFFLINE_REASON_POLICY_READ_ERROR" formatter_data="andro id_java">
896 Host failed to read the policy. 896 Host failed to read the policy.
897 </message> 897 </message>
898 <message desc="Error message indicating that the host is temporarily offli ne, because the host is restarting due to a policy change." 898 <message desc="Error message indicating that the host is temporarily offli ne, because the host is restarting due to a policy change."
899 name="IDS_OFFLINE_REASON_POLICY_CHANGE_REQUIRES_RESTART"> 899 name="IDS_OFFLINE_REASON_POLICY_CHANGE_REQUIRES_RESTART" formatte r_data="android_java">
900 Host is restarting, to take into account a policy change. 900 Host is restarting, to take into account a policy change.
901 </message> 901 </message>
902 <message desc="Error message indicating that the host is offline, because another process has requested the host to shut down (via a SIGTERM signal)." 902 <message desc="Error message indicating that the host is offline, because another process has requested the host to shut down (via a SIGTERM signal)."
903 name="IDS_OFFLINE_REASON_SUCCESS_EXIT"> 903 name="IDS_OFFLINE_REASON_SUCCESS_EXIT" formatter_data="android_ja va">
904 Host has shut down. 904 Host has shut down.
905 </message> 905 </message>
906 <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)" 906 <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)"
907 name="IDS_OFFLINE_REASON_USERNAME_MISMATCH"> 907 name="IDS_OFFLINE_REASON_USERNAME_MISMATCH" formatter_data="andro id_java">
908 Invalid host owner. 908 Invalid host owner.
909 </message> 909 </message>
910 <message desc="Description of why host is offline, when client gets a host -offline-reason it doesn't recognize." 910 <if expr="is_android">
911 name="IDS_OFFLINE_REASON_UNKNOWN"> 911 <message desc="Description of why host is offline, when client gets a ho st-offline-reason it doesn't recognize."
912 Unrecognized host error: <ph name="HOST_OFFLINE_REASON">$1<ex>EXIT_CODE_ FROM_HOST_NEWER_THAN_CLIENT</ex></ph>. 912 name="IDS_OFFLINE_REASON_UNKNOWN" formatter_data="android_java" >
913 </message> 913 Unrecognized host error: <ph name="HOST_OFFLINE_REASON">%1$s<ex>EXIT_C ODE_FROM_HOST_NEWER_THAN_CLIENT</ex></ph>.
914 </message>
915 </if>
916 <if expr="not is_android">
917 <message desc="Description of why host is offline, when client gets a ho st-offline-reason it doesn't recognize."
918 name="IDS_OFFLINE_REASON_UNKNOWN">
919 Unrecognized host error: <ph name="HOST_OFFLINE_REASON">$1<ex>EXIT_COD E_FROM_HOST_NEWER_THAN_CLIENT</ex></ph>.
920 </message>
921 </if>
914 <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"> 922 <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">
915 <ph name="HOSTNAME">$1<ex>My Linux desktop</ex></ph> (out-of-date) 923 <ph name="HOSTNAME">$1<ex>My Linux desktop</ex></ph> (out-of-date)
916 </message> 924 </message>
917 <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"> 925 <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">
918 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. 926 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.
919 </message> 927 </message>
920 <message desc="In the connection history dialog, clicking this button show s only recent connections from this computer." name="IDS_OUTGOING_CONNECTIONS"> 928 <message desc="In the connection history dialog, clicking this button show s only recent connections from this computer." name="IDS_OUTGOING_CONNECTIONS">
921 From this computer 929 From this computer
922 </message> 930 </message>
923 <message desc="Label for the PIN entry box." name="IDS_PIN"> 931 <message desc="Label for the PIN entry box." name="IDS_PIN">
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
1094 <message desc="Label for the button to decline sharing the computer in 'It 2Me' mode." name="IDS_SHARE_CONFIRM_DIALOG_DECLINE" > 1102 <message desc="Label for the button to decline sharing the computer in 'It 2Me' mode." name="IDS_SHARE_CONFIRM_DIALOG_DECLINE" >
1095 Cancel 1103 Cancel
1096 </message> 1104 </message>
1097 <message desc="Text shown in tooltip to inform the user that a setting is managed by domain policy." name="IDS_SETTING_MANAGED_BY_POLICY"> 1105 <message desc="Text shown in tooltip to inform the user that a setting is managed by domain policy." name="IDS_SETTING_MANAGED_BY_POLICY">
1098 This setting is managed by your domain policy. 1106 This setting is managed by your domain policy.
1099 </message> 1107 </message>
1100 1108
1101 </messages> 1109 </messages>
1102 </release> 1110 </release>
1103 </grit> 1111 </grit>
OLDNEW
« no previous file with comments | « remoting/android/java/src/org/chromium/chromoting/HostListAdapter.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698