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

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

Issue 2076463002: [Custom Tabs] Implement "Read It Later" Behind a Flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix test Created 4 years, 6 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 2254 matching lines...) Expand 10 before | Expand all | Expand 10 after
2265 </message> 2265 </message>
2266 <message name="IDS_NEW_TAB_INCOGNITO_HEADER" desc="Header shown when a use r opens an incognito tab explaining incognito mode"> 2266 <message name="IDS_NEW_TAB_INCOGNITO_HEADER" desc="Header shown when a use r opens an incognito tab explaining incognito mode">
2267 You’ve gone incognito. 2267 You’ve gone incognito.
2268 </message> 2268 </message>
2269 <message name="IDS_NEW_TAB_INCOGNITO_MESSAGE" desc="Message shown when a u ser opens an incognito tab explaining incognito mode"> 2269 <message name="IDS_NEW_TAB_INCOGNITO_MESSAGE" desc="Message shown when a u ser opens an incognito tab explaining incognito mode">
2270 Pages you view in incognito tabs won’t stick around in your browser’s hi story, cookie store, or search history after you’ve closed all of your incognito tabs. Any files you download or bookmarks you create will be kept. 2270 Pages you view in incognito tabs won’t stick around in your browser’s hi story, cookie store, or search history after you’ve closed all of your incognito tabs. Any files you download or bookmarks you create will be kept.
2271 2271
2272 However, you aren’t invisible. Going incognito doesn’t hide your browsing from y our employer, your internet service provider, or the websites you visit. 2272 However, you aren’t invisible. Going incognito doesn’t hide your browsing from y our employer, your internet service provider, or the websites you visit.
2273 </message> 2273 </message>
2274 2274
2275 <!-- Custom tabs -->
2276 <message name="IDS_READ_IT_LATER" desc="Text describing an option for the user to save the tab to Chrome and read it in the future.">
2277 Read it later in Chrome
2278 </message>
2279 <message name="IDS_TAB_SENT_TO_BACKGROUND" desc="A message to show that th e tab has been sent to the background Chrome.">
2280 Your tab is now in the background.
2281 </message>
2282
2275 <!-- Contextual Search --> 2283 <!-- Contextual Search -->
2276 <message name="IDS_CONTEXTUAL_SEARCH_NETWORK_UNAVAILABLE" desc="Tells the user the network is not accessible."> 2284 <message name="IDS_CONTEXTUAL_SEARCH_NETWORK_UNAVAILABLE" desc="Tells the user the network is not accessible.">
2277 Unable to access the network 2285 Unable to access the network
2278 </message> 2286 </message>
2279 <message name="IDS_CONTEXTUAL_SEARCH_ERROR" desc="A network error message" > 2287 <message name="IDS_CONTEXTUAL_SEARCH_ERROR" desc="A network error message" >
2280 Error: <ph name="ERROR_CODE">%1$s<ex>404</ex></ph> 2288 Error: <ph name="ERROR_CODE">%1$s<ex>404</ex></ph>
2281 </message> 2289 </message>
2282 2290
2283 <!-- Web apps --> 2291 <!-- Web apps -->
2284 <message name="IDS_WEBAPP_ACTIVITY_TITLE" desc="Title in recent tasks list for web apps, i.e. web pages that are shown in a separate window"> 2292 <message name="IDS_WEBAPP_ACTIVITY_TITLE" desc="Title in recent tasks list for web apps, i.e. web pages that are shown in a separate window">
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
2523 <!-- Migration strings --> 2531 <!-- Migration strings -->
2524 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S witcher callout."> 2532 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S witcher callout.">
2525 Quickly switch tabs 2533 Quickly switch tabs
2526 </message> 2534 </message>
2527 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin g the tab switcher button gives you quick access to your tabs."> 2535 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin g the tab switcher button gives you quick access to your tabs.">
2528 Tap this button for quick access to your tabs. 2536 Tap this button for quick access to your tabs.
2529 </message> 2537 </message>
2530 </messages> 2538 </messages>
2531 </release> 2539 </release>
2532 </grit> 2540 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698