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

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, working Created 4 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 480 matching lines...) Expand 10 before | Expand all | Expand 10 after
491 </message> 491 </message>
492 <message name="IDS_CLEAR_BROWSING_DATA_PERIOD_WEEK" desc="The option to de lete browsing data from the past week. This is the direct object of the sentence 'Clear data from the past week'."> 492 <message name="IDS_CLEAR_BROWSING_DATA_PERIOD_WEEK" desc="The option to de lete browsing data from the past week. This is the direct object of the sentence 'Clear data from the past week'.">
493 past week 493 past week
494 </message> 494 </message>
495 <message name="IDS_CLEAR_BROWSING_DATA_PERIOD_FOUR_WEEKS" desc="The option to delete browsing data from the last 4 weeks. This is the direct object of the sentence 'Clear data from the last 4 weeks'."> 495 <message name="IDS_CLEAR_BROWSING_DATA_PERIOD_FOUR_WEEKS" desc="The option to delete browsing data from the last 4 weeks. This is the direct object of the sentence 'Clear data from the last 4 weeks'.">
496 last 4 weeks 496 last 4 weeks
497 </message> 497 </message>
498 <message name="IDS_CLEAR_BROWSING_DATA_PERIOD_EVERYTHING" desc="The option to delete browsing data from the beginning of time. This is the direct object o f the sentence 'Clear data from the beginning of time'."> 498 <message name="IDS_CLEAR_BROWSING_DATA_PERIOD_EVERYTHING" desc="The option to delete browsing data from the beginning of time. This is the direct object o f the sentence 'Clear data from the beginning of time'.">
499 beginning of time 499 beginning of time
500 </message> 500 </message>
501 <message name="IDS_CLEAR_BROWSING_DATA_IMPORTANT_DIALOG_TITLE" desc="The t itle of the dialog presenting the user with 'important' sites that they can excl ude from clearing.">
502 Clear site storage?
503 </message>
504 <message name="IDS_CLEAR_BROWSING_DATA_IMPORTANT_DIALOG_TEXT" desc="The te xt of the dialog presenting the user with 'important' sites that they can exclud e from clearing.">
505 This will clear cookies and cache for all sites, including:
506 </message>
501 507
502 <message name="IDS_USAGE_AND_CRASH_REPORTS_TITLE" desc="Title for 'Usage a nd crash reports' preference"> 508 <message name="IDS_USAGE_AND_CRASH_REPORTS_TITLE" desc="Title for 'Usage a nd crash reports' preference">
503 Usage and crash reports 509 Usage and crash reports
504 </message> 510 </message>
505 <message name="IDS_USAGE_AND_CRASH_REPORTS_DESCRIPTION" desc="Description for 'Usage and crash reports' preference"> 511 <message name="IDS_USAGE_AND_CRASH_REPORTS_DESCRIPTION" desc="Description for 'Usage and crash reports' preference">
506 Help us prioritize the features and improvements we should work on by se nding Google information about the files, applications, and services running whe never you experience a crash. 512 Help us prioritize the features and improvements we should work on by se nding Google information about the files, applications, and services running whe never you experience a crash.
507 513
508 Usage statistics include information such as preferences, button clicks, and mem ory usage. They do not include webpage URLs or any personal information. Crash r eports contain system information at the time of the crash, and may contain web page URLs or personal information, depending on what was happening at the time o f the crash. 514 Usage statistics include information such as preferences, button clicks, and mem ory usage. They do not include webpage URLs or any personal information. Crash r eports contain system information at the time of the crash, and may contain web page URLs or personal information, depending on what was happening at the time o f the crash.
509 </message> 515 </message>
510 516
(...skipping 1728 matching lines...) Expand 10 before | Expand all | Expand 10 after
2239 Navigation is blocked: <ph name="URL">%1$s<ex>intent://abcd</ex></ph> 2245 Navigation is blocked: <ph name="URL">%1$s<ex>intent://abcd</ex></ph>
2240 </message> 2246 </message>
2241 <message name="IDS_UNREACHABLE_NAVIGATION_WARNING" desc="Warning message a dded to dev tools console when navigation to a given URL is unreachable."> 2247 <message name="IDS_UNREACHABLE_NAVIGATION_WARNING" desc="Warning message a dded to dev tools console when navigation to a given URL is unreachable.">
2242 Navigation is unreachable: <ph name="URL">%1$s<ex>intent://abcd</ex></ph > 2248 Navigation is unreachable: <ph name="URL">%1$s<ex>intent://abcd</ex></ph >
2243 </message> 2249 </message>
2244 2250
2245 <message name="IDS_CLOSE_TAB" desc="Context menu option that allows the us er to close the selected tab."> 2251 <message name="IDS_CLOSE_TAB" desc="Context menu option that allows the us er to close the selected tab.">
2246 Close tab 2252 Close tab
2247 </message> 2253 </message>
2248 2254
2255 <!-- Storage Preference UI strings for clearing storage. -->
2256 <message name="IDS_STORAGE_MANAGEMENT_ACTIVITY_LABEL" desc="Title for Chro me's Manage Space Activity.">
2257 Google Chrome storage
Theresa 2016/04/27 21:11:00 There's probably not a great way to do this, but i
dmurph 2016/04/29 23:53:49 Done.
Theresa 2016/05/03 00:04:27 Thanks for figuring this out. I learned something
2258 </message>
2259 <message name="IDS_STORAGE_MANAGEMENT_UNIMPORTANT_SITE_DATA_DESCRIPTIVE_TE XT" desc="Text to describe the data stored by unimportant or infrequent sites.">
2260 Site storage Chrome doesn't think is important (e.g. sites with no saved settings or that you don't visit often)
2261 </message>
2262 <message name="IDS_STORAGE_MANAGEMENT_UNIMPORTANT_SITE_DATA_SIZE_LABEL" de sc="Label for the data usage of site data for unimportant sites (followed by a n umber of megabytes). [CHAR-LIMIT=30]">
2263 Unimportant storage
2264 </message>
2265 <message name="IDS_STORAGE_MANAGEMENT_CLEAR_UNIMPORTANT_SITE_DATA_BUTTON" desc="Text on the button to clear all Chrome data. [CHAR LIMIT=30]">
2266 Free up space
2267 </message>
2268 <message name="IDS_STORAGE_MANAGEMENT_CLEAR_UNIMPORTANT_DIALOG_TITLE" desc ="Title of the clear unimportant site data dialog in the storage UI. [CHAR-LIMIT =24]">
2269 Clear site storage?
Theresa 2016/04/27 21:11:00 This string exists twice. Condense to one shared s
dmurph 2016/04/29 23:53:49 Done.
2270 </message>
2271 <message name="IDS_STORAGE_MANAGEMENT_CLEAR_UNIMPORTANT_DIALOG_TEXT" desc= "Text of the reset app dialoag in the storage UI.">
Theresa 2016/04/27 21:11:00 Is "reset app dialog" correct? Maybe "delete app d
dmurph 2016/04/29 23:53:49 Done.
2272 This will clear cookies, cache, and other data of sites Chrome doesn't t hink is important.
2273 </message>
2274 <message name="IDS_STORAGE_MANAGEMENT_SITE_DATA_DESCRIPTIVE_TEXT" desc="Te xt to describe the data stored on the phone by websites.">
2275 All site storage, including cookies and other locally stored data
2276 </message>
2277 <message name="IDS_STORAGE_MANAGEMENT_COMPUTING_SIZE" desc="String shown i n place of the data usage while it's being calculated. [CHAR-LIMIT=30]">
2278 Computing...
2279 </message>
2280 <message name="IDS_STORAGE_MANAGEMENT_SITE_DATA_SIZE_LABEL" desc="Label fo r the data usage of site data (followed by a number of megabytes). [CHAR-LIMIT=3 0]">
2281 Site storage
2282 </message>
2283 <message name="IDS_STORAGE_MANAGEMENT_MANAGE_SITE_DATA_BUTTON" desc="Text on the button allowing users to manage the space used by websites. [CHAR LIMIT=3 0]">
2284 Manage
2285 </message>
2286 <message name="IDS_STORAGE_MANAGEMENT_ALL_STORAGE_DESCRIPTIVE_TEXT" desc=" Text used to describe all storage space used by Chrome.">
2287 Total data used by Chrome, including accounts, bookmarks, and saved sett ings
2288 </message>
2289 <message name="IDS_STORAGE_MANAGEMENT_TOTAL_SIZE_LABEL" desc="The total am ount of storage space used (followed by a number of megabytes). [CHAR LIMIT=25]" >
2290 Total Storage
2291 </message>
2292 <message name="IDS_STORAGE_MANAGEMENT_CLEAR_ALL_DATA_BUTTON" desc="Text on the button to clear all Chrome data. [CHAR LIMIT=30]">
2293 Clear All Data
2294 </message>
2295 <message name="IDS_STORAGE_MANAGEMENT_RESET_APP_DIALOG_TITLE" desc="Title of the reset app dialog in the storage UI used to reset the app. [CHAR-LIMIT=24] ">
2296 Delete app data?
2297 </message>
2298 <message name="IDS_STORAGE_MANAGEMENT_RESET_APP_DIALOG_TEXT" desc="Text of the reset app dialoag in the storage UI.">
2299 All Chrome's app data will be deleted permanently. This includes all fil es, settings, accounts, databases, etc.
2300 </message>
2301
2302 <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]">
2303 Clear All
2304 </message>
2305 <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]">
2306 Clear site storage
2307 </message>
2308 <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.">
2309 This will clear all <ph name="SIZE_IN_KB">%1$s<ex>101kb</ex></ph> of web site storage.
2310 </message>
2311 <message name="IDS_STORAGE_CLEAR_DIALOG_CLEAR_STORAGE_OPTION" desc="Text o f the button that will clear website storage.">
2312 Clear
2313 </message>
2314
2249 <!-- Client certificate selection failure strings. --> 2315 <!-- Client certificate selection failure strings. -->
2250 <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"> 2316 <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">
2251 Unable to select certificate. 2317 Unable to select certificate.
2252 </message> 2318 </message>
2253 <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"> 2319 <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">
2254 Client side certificate selection is not supported by the operating syst em. 2320 Client side certificate selection is not supported by the operating syst em.
2255 </message> 2321 </message>
2256 2322
2257 <!-- Physical Web strings --> 2323 <!-- Physical Web strings -->
2258 <message name="IDS_PHYSICAL_WEB_PREF_TITLE" desc="Title for Physical Web p reference."> 2324 <message name="IDS_PHYSICAL_WEB_PREF_TITLE" desc="Title for Physical Web p reference.">
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
2362 <!-- Migration strings --> 2428 <!-- Migration strings -->
2363 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S witcher callout."> 2429 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S witcher callout.">
2364 Quickly switch tabs 2430 Quickly switch tabs
2365 </message> 2431 </message>
2366 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin g the tab switcher button gives you quick access to your tabs."> 2432 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin g the tab switcher button gives you quick access to your tabs.">
2367 Tap this button for quick access to your tabs. 2433 Tap this button for quick access to your tabs.
2368 </message> 2434 </message>
2369 </messages> 2435 </messages>
2370 </release> 2436 </release>
2371 </grit> 2437 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698