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

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

Issue 2478583004: implementation for new duplicate download UI (Closed)
Patch Set: 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 1304 matching lines...) Expand 10 before | Expand all | Expand 10 after
1315 </message> 1315 </message>
1316 1316
1317 <!-- InfoBar --> 1317 <!-- InfoBar -->
1318 <message name="IDS_INFOBAR_CLOSE" desc="Accessibility label for the dismis s infobar Button"> 1318 <message name="IDS_INFOBAR_CLOSE" desc="Accessibility label for the dismis s infobar Button">
1319 Close 1319 Close
1320 </message> 1320 </message>
1321 <message name="IDS_BOTTOM_BAR_SCREEN_POSITION" desc="Accessibility label t o inform users about the InfoBar location"> 1321 <message name="IDS_BOTTOM_BAR_SCREEN_POSITION" desc="Accessibility label t o inform users about the InfoBar location">
1322 Options available near bottom of the screen 1322 Options available near bottom of the screen
1323 </message> 1323 </message>
1324 1324
1325 <!-- DownloadOverwriteInfoBar --> 1325 <!-- DuplicateDownloadInfoBar -->
1326 <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"> 1326 <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">
1327 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>? 1327 Do you want to download <ph name="FILE_NAME">^1<ex>specialfile.pdf</ex>< /ph> again?
1328 </message> 1328 </message>
1329 <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]"> 1329 <message name="IDS_DUPLICATE_DOWNLOAD_INFOBAR_CANCEL_BUTTON" desc="Label f or choosing 'Cancel' in the prompt for a duplicate download.[CHAR-LIMIT=32]">
1330 Replace file 1330 Cancel
gone 2016/11/07 19:45:55 Reuse the existing IDS_CANCEL at the beginning of
qinmin 2016/11/08 00:30:50 Done.
1331 </message> 1331 </message>
1332 <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]"> 1332 <message name="IDS_DUPLICATE_DOWNLOAD_INFOBAR_DOWNLOAD_BUTTON" desc="Label for choosing 'Download' in the prompt for a duplicate download. [CHAR-LIMIT=32] ">
gone 2016/11/07 19:45:55 This description doesn't help translators figure o
qinmin 2016/11/08 00:30:50 Done.
1333 Create new file 1333 Download
1334 </message> 1334 </message>
1335 1335
1336 <!-- PermissionInfoBar --> 1336 <!-- PermissionInfoBar -->
1337 <message name="IDS_PERMISSION_INFOBAR_PERSIST_TEXT" desc="Toggle to persis t a permission prompt decision"> 1337 <message name="IDS_PERMISSION_INFOBAR_PERSIST_TEXT" desc="Toggle to persis t a permission prompt decision">
1338 Remember my decision 1338 Remember my decision
1339 </message> 1339 </message>
1340 1340
1341 <!-- TranslateInfoBar --> 1341 <!-- TranslateInfoBar -->
1342 <message name="IDS_TRANSLATE_INFOBAR_TEXT" desc="Text to display on the tr anslate infobar to offer a translate. [CHAR-LIMIT=64]" meaning="Android"> 1342 <message name="IDS_TRANSLATE_INFOBAR_TEXT" desc="Text to display on the tr anslate infobar to offer a translate. [CHAR-LIMIT=64]" meaning="Android">
1343 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>? 1343 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 1349 matching lines...) Expand 10 before | Expand all | Expand 10 after
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."> 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.">
2694 <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>)
2695 </message> 2695 </message>
2696 2696
2697 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us er action that will open an Instant App."> 2697 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us er action that will open an Instant App.">
2698 Open app 2698 Open app
2699 </message> 2699 </message>
2700 </messages> 2700 </messages>
2701 </release> 2701 </release>
2702 </grit> 2702 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698