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

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

Issue 2478583004: implementation for new duplicate download UI (Closed)
Patch Set: grouping inherited methods 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 1293 matching lines...) Expand 10 before | Expand all | Expand 10 after
1304 </message> 1304 </message>
1305 1305
1306 <!-- InfoBar --> 1306 <!-- InfoBar -->
1307 <message name="IDS_INFOBAR_CLOSE" desc="Accessibility label for the dismis s infobar Button"> 1307 <message name="IDS_INFOBAR_CLOSE" desc="Accessibility label for the dismis s infobar Button">
1308 Close 1308 Close
1309 </message> 1309 </message>
1310 <message name="IDS_BOTTOM_BAR_SCREEN_POSITION" desc="Accessibility label t o inform users about the InfoBar location"> 1310 <message name="IDS_BOTTOM_BAR_SCREEN_POSITION" desc="Accessibility label t o inform users about the InfoBar location">
1311 Options available near bottom of the screen 1311 Options available near bottom of the screen
1312 </message> 1312 </message>
1313 1313
1314 <!-- DownloadOverwriteInfoBar --> 1314 <!-- DuplicateDownloadInfoBar -->
1315 <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"> 1315 <message name="IDS_DUPLICATE_DOWNLOAD_INFOBAR_TEXT" desc="Prompt text for the confirmation dialog asking whether the user really wants to download a file when there already exists a file with the same name">
1316 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>? 1316 Do you want to download <ph name="FILE_NAME">^1<ex>specialfile.pdf</ex>< /ph> again?
1317 </message> 1317 </message>
1318 <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]"> 1318 <message name="IDS_DUPLICATE_DOWNLOAD_INFOBAR_DOWNLOAD_BUTTON" desc="Label for the button that confirms that a user wants to download the file again. [CHA R-LIMIT=32]">
1319 Replace file 1319 Download
1320 </message>
1321 <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]">
1322 Create new file
1323 </message> 1320 </message>
1324 1321
1325 <!-- PermissionInfoBar --> 1322 <!-- PermissionInfoBar -->
1326 <message name="IDS_PERMISSION_PROMPT_PERSIST_TEXT" desc="Toggle to persist a permission prompt decision"> 1323 <message name="IDS_PERMISSION_PROMPT_PERSIST_TEXT" desc="Toggle to persist a permission prompt decision">
1327 Remember my decision 1324 Remember my decision
1328 </message> 1325 </message>
1329 1326
1330 <!-- TranslateInfoBar --> 1327 <!-- TranslateInfoBar -->
1331 <message name="IDS_TRANSLATE_INFOBAR_TEXT" desc="Text to display on the tr anslate infobar to offer a translate. [CHAR-LIMIT=64]" meaning="Android"> 1328 <message name="IDS_TRANSLATE_INFOBAR_TEXT" desc="Text to display on the tr anslate infobar to offer a translate. [CHAR-LIMIT=64]" meaning="Android">
1332 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>? 1329 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>?
(...skipping 1373 matching lines...) Expand 10 before | Expand all | Expand 10 after
2706 <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."> 2703 <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.">
2707 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>) 2704 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>)
2708 </message> 2705 </message>
2709 2706
2710 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us er action that will open an Instant App."> 2707 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us er action that will open an Instant App.">
2711 Open app 2708 Open app
2712 </message> 2709 </message>
2713 </messages> 2710 </messages>
2714 </release> 2711 </release>
2715 </grit> 2712 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698