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

Unified Diff: remoting/resources/remoting_strings.grd

Issue 1968283002: Implementing Host List Context Menu and Delete Feature (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: remoting/resources/remoting_strings.grd
diff --git a/remoting/resources/remoting_strings.grd b/remoting/resources/remoting_strings.grd
index bdb1e3cdd5f2cfc2b3bb8f7ca3184dc0597c3407..212fabb697a0e713b4a3075dfcd175ecbe14eaf9 100644
--- a/remoting/resources/remoting_strings.grd
+++ b/remoting/resources/remoting_strings.grd
@@ -708,6 +708,9 @@ For information about privacy, please see the Google Privacy Policy (http://goo.
<message desc="Confirmation prompt shown when a user attempts to delete a Me2Me host from their host list." name="IDS_CONFIRM_HOST_DELETE">
Are you sure you want to disable remote connections to <ph name="HOSTNAME">$1<ex>My Linux desktop</ex></ph>? If you change your mind, you'll need to visit that computer to re-enable connections.
</message>
+ <message desc="Confirmation prompt shown when a user attempts to delete a Me2Me host from their host list." name="IDS_CONFIRM_HOST_DELETE_ANDROID" formatter_data="android_java">
Lambros 2016/05/12 23:42:13 Translators might not understand "Me2e" or even "h
Yuwei 2016/05/13 19:09:32 Done.
+ Disable remote access to <ph name="HOSTNAME">%1$s<ex>My Linux desktop</ex></ph>? You can only re-enable it on that computer.
+ </message>
<message desc="Column header in the connection history table showing the email address of the client end of the connection (the initiator) which may be this or another computer." name="IDS_CONNECTION_FROM_HEADER">
From
</message>
@@ -726,7 +729,7 @@ For information about privacy, please see the Google Privacy Policy (http://goo.
<message desc="Description for the client app. This is shown to the client user above the access code entry box before the connection is started. Note that the 'Share Now' quote should be copied verbatim from the corresponding translation." name="IDS_DESCRIPTION_CONNECT">
Ask the user whose computer you wish to access to click “<ph name="SHARE">$1<ex>Share</ex></ph>” and give you the access code.
</message>
- <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="IDS_DISABLE_HOST">
+ <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="IDS_DISABLE_HOST" formatter_data="android_java">
Disable
</message>
<message desc="Label for the client-side disconnect button. Clicking this button disconnects oneself from the host." name="IDS_DISCONNECT_MYSELF_BUTTON" formatter_data="android_java">
@@ -1113,7 +1116,7 @@ For information about privacy, please see the Google Privacy Policy (http://goo.
<message desc="Link to allow a host's paired clients to be viewed or edited." name="IDS_HOME_DAEMON_MANAGE_PAIRINGS">
View/edit
</message>
- <message desc="Link to delete a specific paired client." name="IDS_DELETE_PAIRED_CLIENT">
+ <message desc="Link to delete a specific paired client." name="IDS_DELETE_PAIRED_CLIENT" formatter_data="android_java">
Yuwei 2016/05/11 23:43:59 I may be misusing the message given the name "IDS_
Lambros 2016/05/12 23:42:13 Given the label is just "Delete", we should probab
Jamie 2016/05/13 00:45:31 This is a pitfall of short strings: it's tough to
Sergey Ulanov 2016/05/13 17:35:24 I agree that there are cases when it may be useful
Delete
</message>
<message desc="Link to delete all paired clients." name="IDS_DELETE_ALL_PAIRED_CLIENTS">

Powered by Google App Engine
This is Rietveld 408576698