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

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

Issue 2853583002: 🏠 Add expand button and flag to enable it (Closed)
Patch Set: rebase Created 3 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 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 2516 matching lines...) Expand 10 before | Expand all | Expand 10 after
2527 </message> 2527 </message>
2528 <message name="IDS_ACCESSIBILITY_TOOLBAR_BTN_TABSWITCHER_TOGGLE" desc="Con tent description for the button that enters or leaves the tab switcher. [ICU Syn tax]"> 2528 <message name="IDS_ACCESSIBILITY_TOOLBAR_BTN_TABSWITCHER_TOGGLE" desc="Con tent description for the button that enters or leaves the tab switcher. [ICU Syn tax]">
2529 {OPEN_TABS, plural, =1 {%1$d open tab} other {%1$d open tabs}} 2529 {OPEN_TABS, plural, =1 {%1$d open tab} other {%1$d open tabs}}
2530 </message> 2530 </message>
2531 <message name="IDS_ACCESSIBILITY_TOOLBAR_BTN_TABSWITCHER_TOGGLE_DEFAULT" d esc="Placeholder content description for the button that enters or leaves the ta b switcher."> 2531 <message name="IDS_ACCESSIBILITY_TOOLBAR_BTN_TABSWITCHER_TOGGLE_DEFAULT" d esc="Placeholder content description for the button that enters or leaves the ta b switcher.">
2532 open tabs 2532 open tabs
2533 </message> 2533 </message>
2534 <message name="IDS_ACCESSIBILITY_TOOLBAR_BTN_HOME" desc="Content descripti on for the home button."> 2534 <message name="IDS_ACCESSIBILITY_TOOLBAR_BTN_HOME" desc="Content descripti on for the home button.">
2535 Home 2535 Home
2536 </message> 2536 </message>
2537 <message name="IDS_ACCESSIBILITY_TOOLBAR_BTN_EXPAND" desc="Content descrip tion for the Chrome Home sheet expand button.">
2538 Expand
2539 </message>
2537 <message name="IDS_ACCESSIBILITY_BTN_REFRESH" desc="Content description fo r the refresh page button."> 2540 <message name="IDS_ACCESSIBILITY_BTN_REFRESH" desc="Content description fo r the refresh page button.">
2538 Refresh page 2541 Refresh page
2539 </message> 2542 </message>
2540 <message name="IDS_ACCESSIBILITY_BTN_STOP_LOADING" desc="Content descripti on for the stop loading page button."> 2543 <message name="IDS_ACCESSIBILITY_BTN_STOP_LOADING" desc="Content descripti on for the stop loading page button.">
2541 Stop page loading 2544 Stop page loading
2542 </message> 2545 </message>
2543 <message name="IDS_ACCESSIBILITY_FIND_TOOLBAR_BTN_NEXT" desc="Content desc ription for the button to go to the next find in page result."> 2546 <message name="IDS_ACCESSIBILITY_FIND_TOOLBAR_BTN_NEXT" desc="Content desc ription for the button to go to the next find in page result.">
2544 Next 2547 Next
2545 </message> 2548 </message>
2546 <message name="IDS_ACCESSIBILITY_FIND_TOOLBAR_BTN_PREV" desc="Content desc ription for the button to go to the previous find in page result."> 2549 <message name="IDS_ACCESSIBILITY_FIND_TOOLBAR_BTN_PREV" desc="Content desc ription for the button to go to the previous find in page result.">
(...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after
2974 Remove and recreate this shortcut 2977 Remove and recreate this shortcut
2975 </message> 2978 </message>
2976 2979
2977 <!-- Chrome Home --> 2980 <!-- Chrome Home -->
2978 <message name="IDS_BOTTOM_SHEET_HELP_BUBBLE_MESSAGE" desc="Text displayed in a help bubble above the bottom navigation sheet prompting users to pull the s heet up to see their bookmarks and other content."> 2981 <message name="IDS_BOTTOM_SHEET_HELP_BUBBLE_MESSAGE" desc="Text displayed in a help bubble above the bottom navigation sheet prompting users to pull the s heet up to see their bookmarks and other content.">
2979 Pull up to see bookmarks and more 2982 Pull up to see bookmarks and more
2980 </message> 2983 </message>
2981 </messages> 2984 </messages>
2982 </release> 2985 </release>
2983 </grit> 2986 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698