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

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

Issue 1909443002: Extend the "Clear data" button translation limit to 30 chars. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 447 matching lines...) Expand 10 before | Expand all | Expand 10 after
458 </message> 458 </message>
459 <message name="IDS_CLEAR_PASSWORDS_TITLE" desc="Title for Clear Passwords in Clear Browsing Data preference"> 459 <message name="IDS_CLEAR_PASSWORDS_TITLE" desc="Title for Clear Passwords in Clear Browsing Data preference">
460 Saved passwords 460 Saved passwords
461 </message> 461 </message>
462 <message name="IDS_CLEAR_FORM_DATA_TITLE" desc="Title for Clear Form Data in Clear Browsing Data preference"> 462 <message name="IDS_CLEAR_FORM_DATA_TITLE" desc="Title for Clear Form Data in Clear Browsing Data preference">
463 Autofill form data 463 Autofill form data
464 </message> 464 </message>
465 <message name="IDS_CLEAR_BROWSING_DATA_PROGRESS_TITLE" desc='Title for the progress dialog used when waiting for "clear browsing data" to complete.'> 465 <message name="IDS_CLEAR_BROWSING_DATA_PROGRESS_TITLE" desc='Title for the progress dialog used when waiting for "clear browsing data" to complete.'>
466 Clearing browsing data 466 Clearing browsing data
467 </message> 467 </message>
468 <message name="IDS_CLEAR_DATA_DELETE" desc="Button that allows the user to clear their browsing data. [CHAR-LIMIT=20]"> 468 <message name="IDS_CLEAR_DATA_DELETE" desc="Button that allows the user to clear their browsing data. [CHAR-LIMIT=30]">
469 Clear data 469 Clear data
470 </message> 470 </message>
471 <message name="IDS_CLEAR_BROWSING_DATA_PROGRESS_MESSAGE" desc='Message on the progress dialog used when waiting for "clear browsing data" to complete.'> 471 <message name="IDS_CLEAR_BROWSING_DATA_PROGRESS_MESSAGE" desc='Message on the progress dialog used when waiting for "clear browsing data" to complete.'>
472 Please wait… 472 Please wait…
473 </message> 473 </message>
474 <message name="IDS_CAN_NOT_CLEAR_BROWSING_HISTORY_TOAST" desc="Message on the toast explaining that child account users can not clear their browsing histo ry."> 474 <message name="IDS_CAN_NOT_CLEAR_BROWSING_HISTORY_TOAST" desc="Message on the toast explaining that child account users can not clear their browsing histo ry.">
475 Browsing history can’t be cleared with accounts for kids 475 Browsing history can’t be cleared with accounts for kids
476 </message> 476 </message>
477 <message name="IDS_CLEAR_BROWSING_DATA_PERIOD_TITLE" desc="Label of the dr opdown that selects the time period for which browsing data will be deleted. Thi s sentence can be followed by any option, such as 'Clear data from the past day' or 'Clear data from the past hour'."> 477 <message name="IDS_CLEAR_BROWSING_DATA_PERIOD_TITLE" desc="Label of the dr opdown that selects the time period for which browsing data will be deleted. Thi s sentence can be followed by any option, such as 'Clear data from the past day' or 'Clear data from the past hour'.">
478 Clear data from the 478 Clear data from the
(...skipping 1869 matching lines...) Expand 10 before | Expand all | Expand 10 after
2348 </message> 2348 </message>
2349 <message name="IDS_PAYMENTS_SUCCESS_MESSAGE" desc="The text that informs t he user that the payment has been verified and charged."> 2349 <message name="IDS_PAYMENTS_SUCCESS_MESSAGE" desc="The text that informs t he user that the payment has been verified and charged.">
2350 Payment processed 2350 Payment processed
2351 </message> 2351 </message>
2352 <message name="IDS_PAYMENTS_ERROR_MESSAGE" desc="The text that informs the user that there is error in verifying and charging the payment."> 2352 <message name="IDS_PAYMENTS_ERROR_MESSAGE" desc="The text that informs the user that there is error in verifying and charging the payment.">
2353 Error processing payment 2353 Error processing payment
2354 </message> 2354 </message>
2355 </messages> 2355 </messages>
2356 </release> 2356 </release>
2357 </grit> 2357 </grit>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698