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

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

Issue 2446063002: Implement a modal permission dialog on Android gated by a feature. (Closed)
Patch Set: Allow user gesture requirement to be overridden by variations Created 4 years, 1 month 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 1307 matching lines...) Expand 10 before | Expand all | Expand 10 after
1318 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>? 1318 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>?
1319 </message> 1319 </message>
1320 <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]"> 1320 <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]">
1321 Replace file 1321 Replace file
1322 </message> 1322 </message>
1323 <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]"> 1323 <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]">
1324 Create new file 1324 Create new file
1325 </message> 1325 </message>
1326 1326
1327 <!-- PermissionInfoBar --> 1327 <!-- PermissionInfoBar -->
1328 <message name="IDS_PERMISSION_INFOBAR_PERSIST_TEXT" desc="Toggle to persis t a permission prompt decision"> 1328 <message name="IDS_PERMISSION_PROMPT_PERSIST_TEXT" desc="Toggle to persist a permission prompt decision">
1329 Remember my decision 1329 Remember my decision
1330 </message> 1330 </message>
1331 1331
1332 <!-- TranslateInfoBar --> 1332 <!-- TranslateInfoBar -->
1333 <message name="IDS_TRANSLATE_INFOBAR_TEXT" desc="Text to display on the tr anslate infobar to offer a translate. [CHAR-LIMIT=64]" meaning="Android"> 1333 <message name="IDS_TRANSLATE_INFOBAR_TEXT" desc="Text to display on the tr anslate infobar to offer a translate. [CHAR-LIMIT=64]" meaning="Android">
1334 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>? 1334 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>?
1335 </message> 1335 </message>
1336 <message name="IDS_TRANSLATE_INFOBAR_CHANGE_LANGUAGES" desc="link text to offer to change languages."> 1336 <message name="IDS_TRANSLATE_INFOBAR_CHANGE_LANGUAGES" desc="link text to offer to change languages.">
1337 Change languages 1337 Change languages
1338 </message> 1338 </message>
(...skipping 1279 matching lines...) Expand 10 before | Expand all | Expand 10 after
2618 <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."> 2618 <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.">
2619 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>) 2619 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>)
2620 </message> 2620 </message>
2621 2621
2622 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us er action that will open an Instant App."> 2622 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us er action that will open an Instant App.">
2623 Open app 2623 Open app
2624 </message> 2624 </message>
2625 </messages> 2625 </messages>
2626 </release> 2626 </release>
2627 </grit> 2627 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698