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 1331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1342 <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"> | 1342 <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"> |
1343 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>? | 1343 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>? |
1344 </message> | 1344 </message> |
1345 <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]"> | 1345 <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]"> |
1346 Replace file | 1346 Replace file |
1347 </message> | 1347 </message> |
1348 <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]"> | 1348 <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]"> |
1349 Create new file | 1349 Create new file |
1350 </message> | 1350 </message> |
1351 | 1351 |
| 1352 <!-- PermissionInfoBar --> |
| 1353 <message name="IDS_PERMISSION_INFOBAR_PERSIST_TEXT" desc="Toggle to persis
t a permission prompt decision"> |
| 1354 Remember my decision |
| 1355 </message> |
| 1356 |
1352 <!-- TranslateInfoBar --> | 1357 <!-- TranslateInfoBar --> |
1353 <message name="IDS_TRANSLATE_INFOBAR_TEXT" desc="Text to display on the tr
anslate infobar to offer a translate. [CHAR-LIMIT=64]" meaning="Android"> | 1358 <message name="IDS_TRANSLATE_INFOBAR_TEXT" desc="Text to display on the tr
anslate infobar to offer a translate. [CHAR-LIMIT=64]" meaning="Android"> |
1354 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>? | 1359 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>? |
1355 </message> | 1360 </message> |
1356 <message name="IDS_TRANSLATE_INFOBAR_CHANGE_LANGUAGES" desc="link text to
offer to change languages."> | 1361 <message name="IDS_TRANSLATE_INFOBAR_CHANGE_LANGUAGES" desc="link text to
offer to change languages."> |
1357 Change languages | 1362 Change languages |
1358 </message> | 1363 </message> |
1359 <message name="IDS_TRANSLATE_INFOBAR_TRANSLATION_DONE"> | 1364 <message name="IDS_TRANSLATE_INFOBAR_TRANSLATION_DONE"> |
1360 Translated to <ph name="TARGET_LANGUAGE">%1$s<ex>FRENCH</ex></ph>. | 1365 Translated to <ph name="TARGET_LANGUAGE">%1$s<ex>FRENCH</ex></ph>. |
1361 </message> | 1366 </message> |
(...skipping 1199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2561 Tap this button for quick access to your tabs. | 2566 Tap this button for quick access to your tabs. |
2562 </message> | 2567 </message> |
2563 | 2568 |
2564 <!-- Item Chooser UI strings --> | 2569 <!-- Item Chooser UI strings --> |
2565 <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."> | 2570 <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."> |
2566 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$
s<ex>item id</ex></ph>) | 2571 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$
s<ex>item id</ex></ph>) |
2567 </message> | 2572 </message> |
2568 </messages> | 2573 </messages> |
2569 </release> | 2574 </release> |
2570 </grit> | 2575 </grit> |
OLD | NEW |