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

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

Issue 2226633002: Add a feature to display a persistence toggle for permission prompts on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix null error Created 4 years, 4 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 1360 matching lines...) Expand 10 before | Expand all | Expand 10 after
1371 <message name="IDS_DOWNLOAD_OVERWRITE_INFOBAR_TEXT" desc="Prompt text for the confirmation dialog asking whether the user really wants to replace a file w hen there already exists a file with the same name"> 1371 <message name="IDS_DOWNLOAD_OVERWRITE_INFOBAR_TEXT" desc="Prompt text for the confirmation dialog asking whether the user really wants to replace a file w hen there already exists a file with the same name">
1372 Do you want to replace the existing <ph name="FILE_NAME">^1<ex>specialfi le.pdf</ex></ph> in <ph name="DIRECTORY_NAME">^2<ex>Downloads</ex></ph>? 1372 Do you want to replace the existing <ph name="FILE_NAME">^1<ex>specialfi le.pdf</ex></ph> in <ph name="DIRECTORY_NAME">^2<ex>Downloads</ex></ph>?
1373 </message> 1373 </message>
1374 <message name="IDS_DOWNLOAD_OVERWRITE_INFOBAR_REPLACE_FILE_BUTTON" desc="L abel for choosing 'Replace file' in the prompt for replacing a file.[CHAR-LIMIT= 32]"> 1374 <message name="IDS_DOWNLOAD_OVERWRITE_INFOBAR_REPLACE_FILE_BUTTON" desc="L abel for choosing 'Replace file' in the prompt for replacing a file.[CHAR-LIMIT= 32]">
1375 Replace file 1375 Replace file
1376 </message> 1376 </message>
1377 <message name="IDS_DOWNLOAD_OVERWRITE_INFOBAR_CREATE_NEW_FILE_BUTTON" desc ="Label for choosing 'Create new file' in the prompt for replacing a file. [CHAR -LIMIT=32]"> 1377 <message name="IDS_DOWNLOAD_OVERWRITE_INFOBAR_CREATE_NEW_FILE_BUTTON" desc ="Label for choosing 'Create new file' in the prompt for replacing a file. [CHAR -LIMIT=32]">
1378 Create new file 1378 Create new file
1379 </message> 1379 </message>
1380 1380
1381 <!-- PermissionInfoBar -->
1382 <message name="IDS_PERMISSION_INFOBAR_PERSIST_TEXT" desc="Toggle to persis t a permission prompt decision">
1383 Remember my decision
gone 2016/08/10 17:47:53 I know what I'm doing Make me feel guilty about t
dominickn 2016/08/11 04:43:49 Never gonna give you up.
1384 </message>
1385
1381 <!-- TranslateInfoBar --> 1386 <!-- TranslateInfoBar -->
1382 <message name="IDS_TRANSLATE_INFOBAR_TEXT" desc="Text to display on the tr anslate infobar to offer a translate. [CHAR-LIMIT=64]" meaning="Android"> 1387 <message name="IDS_TRANSLATE_INFOBAR_TEXT" desc="Text to display on the tr anslate infobar to offer a translate. [CHAR-LIMIT=64]" meaning="Android">
1383 This page is in <ph name="SOURCE_LANGUAGE">^1<ex>English</ex></ph>. Tran slate it to <ph name="TARGET_LANGUAGE">^2<ex>FRENCH</ex></ph>? 1388 This page is in <ph name="SOURCE_LANGUAGE">^1<ex>English</ex></ph>. Tran slate it to <ph name="TARGET_LANGUAGE">^2<ex>FRENCH</ex></ph>?
1384 </message> 1389 </message>
1385 <message name="IDS_TRANSLATE_INFOBAR_CHANGE_LANGUAGES" desc="link text to offer to change languages."> 1390 <message name="IDS_TRANSLATE_INFOBAR_CHANGE_LANGUAGES" desc="link text to offer to change languages.">
1386 Change languages 1391 Change languages
1387 </message> 1392 </message>
1388 <message name="IDS_TRANSLATE_INFOBAR_TRANSLATION_DONE"> 1393 <message name="IDS_TRANSLATE_INFOBAR_TRANSLATION_DONE">
1389 Translated to <ph name="TARGET_LANGUAGE">%1$s<ex>FRENCH</ex></ph>. 1394 Translated to <ph name="TARGET_LANGUAGE">%1$s<ex>FRENCH</ex></ph>.
1390 </message> 1395 </message>
(...skipping 1293 matching lines...) Expand 10 before | Expand all | Expand 10 after
2684 Tap this button for quick access to your tabs. 2689 Tap this button for quick access to your tabs.
2685 </message> 2690 </message>
2686 2691
2687 <!-- Item Chooser UI strings --> 2692 <!-- Item Chooser UI strings -->
2688 <message name="IDS_ITEM_CHOOSER_ITEM_NAME_WITH_ID" desc="To distinguish it ems with the same name, the item chooser shows the item name with id."> 2693 <message name="IDS_ITEM_CHOOSER_ITEM_NAME_WITH_ID" desc="To distinguish it ems with the same name, the item chooser shows the item name with id.">
2689 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>) 2694 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>)
2690 </message> 2695 </message>
2691 </messages> 2696 </messages>
2692 </release> 2697 </release>
2693 </grit> 2698 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698