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

Side by Side Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 2067323004: Allow copying and viewing account credentials in PasswordEntryEditor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove chromium.gyp_env Created 4 years, 4 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 <!-- android_chrome_strings.grd contains strings for Chrome for Android. 3 <!-- android_chrome_strings.grd contains strings for Chrome for Android.
4 4
5 FAQ: 5 FAQ:
6 - How do I add, change, or remove a string? 6 - How do I add, change, or remove a string?
7 Just update this file. 7 Just update this file.
8 - Translations will happen automatically?? 8 - Translations will happen automatically??
9 Yes, indeed. Just add your string before the branch point and 9 Yes, indeed. Just add your string before the branch point and
10 make the description good. 10 make the description good.
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 </message> 362 </message>
363 <message name="IDS_PASSWORD_ENTRY_EDITOR_COPY_STORED_USERNAME" desc='Conte nt description for the button that copies the stored username.'> 363 <message name="IDS_PASSWORD_ENTRY_EDITOR_COPY_STORED_USERNAME" desc='Conte nt description for the button that copies the stored username.'>
364 Copy username 364 Copy username
365 </message> 365 </message>
366 <message name="IDS_PASSWORD_ENTRY_EDITOR_COPY_STORED_PASSWORD" desc='Conte nt description for the button that copies the stored password.'> 366 <message name="IDS_PASSWORD_ENTRY_EDITOR_COPY_STORED_PASSWORD" desc='Conte nt description for the button that copies the stored password.'>
367 Copy password 367 Copy password
368 </message> 368 </message>
369 <message name="IDS_PASSWORD_ENTRY_EDITOR_VIEW_STORED_PASSWORD" desc='Conte nt description for the button that allows users to view the stored password upon reauthentication.'> 369 <message name="IDS_PASSWORD_ENTRY_EDITOR_VIEW_STORED_PASSWORD" desc='Conte nt description for the button that allows users to view the stored password upon reauthentication.'>
370 Unmask password 370 Unmask password
371 </message> 371 </message>
372 <message name="IDS_PASSWORD_ENTRY_EDITOR_USERNAME_COPIED_INTO_CLIPBOARD" d esc='Text that announces to the user that the username of a saved account has be en copied into clipboard.'>
373 Username copied
374 </message>
375 <message name="IDS_PASSWORD_ENTRY_EDITOR_SITE_COPIED_INTO_CLIPBOARD" desc= 'Text that announces to the user that the site of a saved account has been copie d into clipboard.'>
376 Site copied
377 </message>
378 <message name="IDS_PASSWORD_ENTRY_EDITOR_PASSWORD_COPIED_INTO_CLIPBOARD" d esc='Text that announces to the user that the password of a saved account has be en copied into clipboard.'>
379 Password copied
380 </message>
381 <message name="IDS_PASSWORD_ENTRY_EDITOR_SET_LOCK_SCREEN" desc='Text promp ting user to set device lock in order to view/copy passwords'>
382 In order to view and copy passwords you must set up a device lock in you r device's security settings.
383 </message>
384
385 <!-- Lock Screen Fragment -->
386 <message name="IDS_LOCKSCREEN_VERIFICATION_TITLE" desc='Customized title f or lock screen prompting user to unlock their phone to continue with setup.'>
387 Confirm your screen lock
388 </message>
389 <message name="IDS_LOCKSCREEN_VERIFICATION_TEXT" desc='User needs to enter lock pattern to verify that they own this phone.'>
390 For security reasons, you need to confirm your screen lock in order to a ccess your password.
391 </message>
392 <message name="IDS_LOCKSCREEN_DESCRIPTION" desc='Text on lockscreen explai ning to user that they need to unlock the device to continue setup.'>
393 Unlock to continue setting up your phone
394 </message>
395 <message name="IDS_ACTION_NEXT" desc='Text of a button/menu that moves on to the next action.'>
396 Next
397 </message>
372 398
373 <!-- Homepage preferences --> 399 <!-- Homepage preferences -->
374 <message name="IDS_HOMEPAGE_DEFAULT_TITLE" desc="Label for checkbox to use the default homepage"> 400 <message name="IDS_HOMEPAGE_DEFAULT_TITLE" desc="Label for checkbox to use the default homepage">
375 Default 401 Default
376 </message> 402 </message>
377 <message name="IDS_OPTIONS_HOMEPAGE_EDIT_TITLE" desc="The title of the scr een that allows users to change the URL that opens when they tap on the home pag e button in the omnibox."> 403 <message name="IDS_OPTIONS_HOMEPAGE_EDIT_TITLE" desc="The title of the scr een that allows users to change the URL that opens when they tap on the home pag e button in the omnibox.">
378 Edit home page 404 Edit home page
379 </message> 405 </message>
380 <message name="IDS_OPTIONS_HOMEPAGE_EDIT_LABEL" desc="The label for the ed it text field that allows the user to change the URL that is opened when they ta p on the home page button in the omnibox."> 406 <message name="IDS_OPTIONS_HOMEPAGE_EDIT_LABEL" desc="The label for the ed it text field that allows the user to change the URL that is opened when they ta p on the home page button in the omnibox.">
381 Open this page 407 Open this page
(...skipping 2341 matching lines...) Expand 10 before | Expand all | Expand 10 after
2723 Tap this button for quick access to your tabs. 2749 Tap this button for quick access to your tabs.
2724 </message> 2750 </message>
2725 2751
2726 <!-- Item Chooser UI strings --> 2752 <!-- Item Chooser UI strings -->
2727 <message name="IDS_ITEM_CHOOSER_ITEM_NAME_WITH_ID" desc="To distinguish it ems with the same name, the item chooser shows the item name with id."> 2753 <message name="IDS_ITEM_CHOOSER_ITEM_NAME_WITH_ID" desc="To distinguish it ems with the same name, the item chooser shows the item name with id.">
2728 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>) 2754 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>)
2729 </message> 2755 </message>
2730 </messages> 2756 </messages>
2731 </release> 2757 </release>
2732 </grit> 2758 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698