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

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

Issue 2396323003: [Remoting Android] Talkback confirmation for changing account (Closed)
Patch Set: Created 4 years, 2 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="." latest_public_release="0" current_release="1" 3 <grit base_dir="." latest_public_release="0" current_release="1"
4 output_all_resource_defines="false" enc_check="möl" source_lang_id="en"> 4 output_all_resource_defines="false" enc_check="möl" source_lang_id="en">
5 <outputs> 5 <outputs>
6 <output filename="remoting/base/string_resources.h" type="rc_header"> 6 <output filename="remoting/base/string_resources.h" type="rc_header">
7 <emit emit_type="prepend"/> 7 <emit emit_type="prepend"/>
8 </output> 8 </output>
9 9
10 <output filename="remoting/resources/am.pak" lang="am" type="data_package"/> 10 <output filename="remoting/resources/am.pak" lang="am" type="data_package"/>
(...skipping 1136 matching lines...) Expand 10 before | Expand all | Expand 10 after
1147 </message> 1147 </message>
1148 <message desc="Text shown while a background operation is in progress." na me="IDS_WORKING"> 1148 <message desc="Text shown while a background operation is in progress." na me="IDS_WORKING">
1149 Working… 1149 Working…
1150 </message> 1150 </message>
1151 <message desc="Menu option to toggle the visibility of connection statisti cs." name="IDS_TOGGLE_STATS"> 1151 <message desc="Menu option to toggle the visibility of connection statisti cs." name="IDS_TOGGLE_STATS">
1152 Show statistics 1152 Show statistics
1153 </message> 1153 </message>
1154 <message desc="Menu option to open a new window." name="IDS_NEW_WINDOW"> 1154 <message desc="Menu option to open a new window." name="IDS_NEW_WINDOW">
1155 New window… 1155 New window…
1156 </message> 1156 </message>
1157 <message desc="Message announced by Talkback when the user changes the log in account." name="IDS_LOG_IN_ACCOUNT_DESCRIPTION" formatter_data="android_java ">
Lambros 2016/10/07 20:46:22 The translators can only see the description and t
Yuwei 2016/10/10 21:43:31 Done.
1158 Logged in as <ph name="EMAIL_ADDRESS">%1$s<ex>test@gmail.com</ex></ph>.
Lambros 2016/10/07 20:46:22 Do we prefer "Logged in" or "Signed in" ? Can you
Yuwei 2016/10/10 21:43:31 It looks like chromium mostly uses "Signed in as"
1159 </message>
1157 <message desc="Label for the Feedback button displayed in the Android Help screen. Pressing this button causes the Feedback screen to be shown." name="IDS _ACTIONBAR_FEEDBACK" formatter_data="android_java"> 1160 <message desc="Label for the Feedback button displayed in the Android Help screen. Pressing this button causes the Feedback screen to be shown." name="IDS _ACTIONBAR_FEEDBACK" formatter_data="android_java">
1158 Feedback 1161 Feedback
1159 </message> 1162 </message>
1160 <message desc="Label for button to accept remote assistance. This button appears in the Hangouts confirm dialog." name="IDS_HANGOUTS_CONFIRM_DIALOG_ACCEP T" > 1163 <message desc="Label for button to accept remote assistance. This button appears in the Hangouts confirm dialog." name="IDS_HANGOUTS_CONFIRM_DIALOG_ACCEP T" >
1161 Accept 1164 Accept
1162 </message> 1165 </message>
1163 <message desc="Label for button to decline remote assistance. This button appears in the Hangouts confirm dialog." name="IDS_HANGOUTS_CONFIRM_DIALOG_DECL INE" > 1166 <message desc="Label for button to decline remote assistance. This button appears in the Hangouts confirm dialog." name="IDS_HANGOUTS_CONFIRM_DIALOG_DECL INE" >
1164 Decline 1167 Decline
1165 </message> 1168 </message>
1166 <message desc="Message displayed before sharing computer in 'It2Me' mode." name="IDS_SHARE_CONFIRM_DIALOG_MESSAGE" > 1169 <message desc="Message displayed before sharing computer in 'It2Me' mode." name="IDS_SHARE_CONFIRM_DIALOG_MESSAGE" >
(...skipping 17 matching lines...) Expand all
1184 <message desc="Platform-specific text indicating that a component is for t he Mac OS." name="IDS_FOR_PLATFORM_MAC"> 1187 <message desc="Platform-specific text indicating that a component is for t he Mac OS." name="IDS_FOR_PLATFORM_MAC">
1185 For Mac (OS X Mavericks 10.9 and above) 1188 For Mac (OS X Mavericks 10.9 and above)
1186 </message> 1189 </message>
1187 <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"> 1190 <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">
1188 Accept and Install 1191 Accept and Install
1189 </message> 1192 </message>
1190 1193
1191 </messages> 1194 </messages>
1192 </release> 1195 </release>
1193 </grit> 1196 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698