| OLD | NEW |
| 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 Loading... |
| 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 1386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2719 <message name="IDS_WEBAPK_UNKNOWN_SOURCES_DIALOG_MESSAGE" desc="Text of di
alog warning user that installation from Unknown sources is required for WebAPK
experiment"> | 2716 <message name="IDS_WEBAPK_UNKNOWN_SOURCES_DIALOG_MESSAGE" desc="Text of di
alog warning user that installation from Unknown sources is required for WebAPK
experiment"> |
| 2720 Turn on “Unknown sources” in Android security settings to try "Improved
Add to Home screen" experiment. Be sure to disable this setting when you’re done
trying it out. | 2717 Turn on “Unknown sources” in Android security settings to try "Improved
Add to Home screen" experiment. Be sure to disable this setting when you’re done
trying it out. |
| 2721 </message> | 2718 </message> |
| 2722 | 2719 |
| 2723 <message name="IDS_WEBAPK_UNKNOWN_SOURCES_SETTINGS_BUTTON" desc="Button la
bel for opening Android Settings from dialog warning user that installation from
Unknown sources is required for WebAPK experiment."> | 2720 <message name="IDS_WEBAPK_UNKNOWN_SOURCES_SETTINGS_BUTTON" desc="Button la
bel for opening Android Settings from dialog warning user that installation from
Unknown sources is required for WebAPK experiment."> |
| 2724 Settings | 2721 Settings |
| 2725 </message> | 2722 </message> |
| 2726 </messages> | 2723 </messages> |
| 2727 </release> | 2724 </release> |
| 2728 </grit> | 2725 </grit> |
| OLD | NEW |