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

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

Issue 1465363002: [Storage] Android - ManageSpace UI, Important Origins, and CBD Dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments, splitting off dialog logic, etc Created 5 years 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 2307 matching lines...) Expand 10 before | Expand all | Expand 10 after
2318 </message> 2318 </message>
2319 <message name="IDS_HELP_CONTEXT_INCOGNITO_LEARN_MORE" translateable="false "> 2319 <message name="IDS_HELP_CONTEXT_INCOGNITO_LEARN_MORE" translateable="false ">
2320 chrome_incognito 2320 chrome_incognito
2321 </message> 2321 </message>
2322 <message name="IDS_HELP_CONTEXT_USAGE_REPORTS" translateable="false"> 2322 <message name="IDS_HELP_CONTEXT_USAGE_REPORTS" translateable="false">
2323 send_crash_report 2323 send_crash_report
2324 </message> 2324 </message>
2325 <message name="IDS_HELP_CONTEXT_SAD_TAB" translateable="false"> 2325 <message name="IDS_HELP_CONTEXT_SAD_TAB" translateable="false">
2326 mobile_awsnap 2326 mobile_awsnap
2327 </message> 2327 </message>
2328
2329 <!-- Storage Preference UI strings for clearing storage. -->
2330 <message name="IDS_STORAGE_CLEAR_BUTTON_TITLE" desc="Title of a button in the storage UI used to clear all storage data. [CHAR-LIMIT=24]">
2331 Clear
Finnur 2015/11/26 15:54:41 Missing the '...' suffix, as per mocks.
dmurph 2015/11/30 22:16:53 Done.
2332 </message>
2333 <message name="IDS_STORAGE_CLEAR_DIALOG_TITLE" desc="Title of the clear st orage dialog in the storage UI used to clear all site storage data. [CHAR-LIMIT= 24]">
2334 Clear site storage
2335 </message>
2336 <message name="IDS_STORAGE_CLEAR_DIALOG_TEXT" desc="Text of the clear stor age dialog which give the user a choice to reset the app or delete site storage data.">
2337 This will clear all <ph name="SIZE_IN_KB">%1$s<ex>101kb</ex></ph> of web site storage. To clear all app storage, reset Chrome to its factory default.
2338 </message>
2339 <message name="IDS_STORAGE_CLEAR_DIALOG_RESET_APP_OPTION" desc="Text of th e button that will reset chrome to factory default settings.">
2340 Reset app
2341 </message>
2342 <message name="IDS_STORAGE_CLEAR_DIALOG_CLEAR_STORAGE_OPTION" desc="Text o f the button that will clear website storage.">
2343 Clear site storage
2344 </message>
2345 <message name="IDS_STORAGE_RESET_APP_DIALOG_TITLE" desc="Title of the rese t app dialog in the storage UI used to reset the app. [CHAR-LIMIT=24]">
2346 Delete app data?
2347 </message>
2348 <message name="IDS_STORAGE_RESET_APP_DIALOG_TEXT" desc="Text of the reset app dialoag in the storage UI.">
2349 All Chrome's app data will be deleted permanently. This includes all fil es, settings, accounts, databases, etc.
2350 </message>
2328 2351
2329 <!-- Client certificate selection failure strings. --> 2352 <!-- Client certificate selection failure strings. -->
2330 <message name="IDS_CLIENT_CERT_UNSUPPORTED_TITLE" desc="Title of a dialog box for when the operating system does not support client SSL certificate select ion"> 2353 <message name="IDS_CLIENT_CERT_UNSUPPORTED_TITLE" desc="Title of a dialog box for when the operating system does not support client SSL certificate select ion">
2331 Unable to select certificate. 2354 Unable to select certificate.
2332 </message> 2355 </message>
2333 <message name="IDS_CLIENT_CERT_UNSUPPORTED_MESSAGE" desc="The message in a dialog box for when the operating system does not support client SSL certificat e selection"> 2356 <message name="IDS_CLIENT_CERT_UNSUPPORTED_MESSAGE" desc="The message in a dialog box for when the operating system does not support client SSL certificat e selection">
2334 Client side certificate selection is not supported by the operating syst em. 2357 Client side certificate selection is not supported by the operating syst em.
2335 </message> 2358 </message>
2336 2359
2337 <!-- Physical Web strings --> 2360 <!-- Physical Web strings -->
2338 <message name="IDS_PHYSICAL_WEB_LIST_URLS_ACTIVITY_TITLE" desc="The title for a dialog that shows a list of URLs broadcasted from nearby devices."> 2361 <message name="IDS_PHYSICAL_WEB_LIST_URLS_ACTIVITY_TITLE" desc="The title for a dialog that shows a list of URLs broadcasted from nearby devices.">
2339 The Physical Web 2362 The Physical Web
2340 </message> 2363 </message>
2341 <message name="IDS_PHYSICAL_WEB_NOTIFICATION_TITLE" desc="Description of q uantity of discovered URLs nearby."> 2364 <message name="IDS_PHYSICAL_WEB_NOTIFICATION_TITLE" desc="Description of q uantity of discovered URLs nearby.">
2342 {NUM_URLS, plural, 2365 {NUM_URLS, plural,
2343 =1 {1 Physical Web link nearby} 2366 =1 {1 Physical Web link nearby}
2344 other {# Physical Web links nearby}} 2367 other {# Physical Web links nearby}}
2345 </message> 2368 </message>
2346 <message name="IDS_PHYSICAL_WEB_EMPTY_LIST" desc="The message displayed in place of a list of nearby URLs when there are no URLs to display."> 2369 <message name="IDS_PHYSICAL_WEB_EMPTY_LIST" desc="The message displayed in place of a list of nearby URLs when there are no URLs to display.">
2347 There are no nearby web pages found 2370 There are no nearby web pages found
2348 </message> 2371 </message>
2349 <message name="IDS_PHYSICAL_WEB_EMPTY_LIST_SCANNING" desc="The message dis played in place of a list of nearby URLs while still scanning for nearby URLs."> 2372 <message name="IDS_PHYSICAL_WEB_EMPTY_LIST_SCANNING" desc="The message dis played in place of a list of nearby URLs while still scanning for nearby URLs.">
2350 Looking for nearby web pages 2373 Looking for nearby web pages
2351 </message> 2374 </message>
2352 </messages> 2375 </messages>
2353 </release> 2376 </release>
2354 </grit> 2377 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698