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 1369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1380 <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"> | 1380 <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"> |
1381 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>? | 1381 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>? |
1382 </message> | 1382 </message> |
1383 <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]"> | 1383 <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]"> |
1384 Replace file | 1384 Replace file |
1385 </message> | 1385 </message> |
1386 <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]"> | 1386 <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]"> |
1387 Create new file | 1387 Create new file |
1388 </message> | 1388 </message> |
1389 | 1389 |
| 1390 <!-- PermissionInfoBar --> |
| 1391 <message name="IDS_PERMISSION_INFOBAR_PERSIST_TEXT" desc="Toggle to persis
t a permission prompt decision"> |
| 1392 Remember my decision |
| 1393 </message> |
| 1394 |
1390 <!-- TranslateInfoBar --> | 1395 <!-- TranslateInfoBar --> |
1391 <message name="IDS_TRANSLATE_INFOBAR_TEXT" desc="Text to display on the tr
anslate infobar to offer a translate. [CHAR-LIMIT=64]" meaning="Android"> | 1396 <message name="IDS_TRANSLATE_INFOBAR_TEXT" desc="Text to display on the tr
anslate infobar to offer a translate. [CHAR-LIMIT=64]" meaning="Android"> |
1392 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>? | 1397 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>? |
1393 </message> | 1398 </message> |
1394 <message name="IDS_TRANSLATE_INFOBAR_CHANGE_LANGUAGES" desc="link text to
offer to change languages."> | 1399 <message name="IDS_TRANSLATE_INFOBAR_CHANGE_LANGUAGES" desc="link text to
offer to change languages."> |
1395 Change languages | 1400 Change languages |
1396 </message> | 1401 </message> |
1397 <message name="IDS_TRANSLATE_INFOBAR_TRANSLATION_DONE"> | 1402 <message name="IDS_TRANSLATE_INFOBAR_TRANSLATION_DONE"> |
1398 Translated to <ph name="TARGET_LANGUAGE">%1$s<ex>FRENCH</ex></ph>. | 1403 Translated to <ph name="TARGET_LANGUAGE">%1$s<ex>FRENCH</ex></ph>. |
1399 </message> | 1404 </message> |
(...skipping 1296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2696 Tap this button for quick access to your tabs. | 2701 Tap this button for quick access to your tabs. |
2697 </message> | 2702 </message> |
2698 | 2703 |
2699 <!-- Item Chooser UI strings --> | 2704 <!-- Item Chooser UI strings --> |
2700 <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."> | 2705 <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."> |
2701 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$
s<ex>item id</ex></ph>) | 2706 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$
s<ex>item id</ex></ph>) |
2702 </message> | 2707 </message> |
2703 </messages> | 2708 </messages> |
2704 </release> | 2709 </release> |
2705 </grit> | 2710 </grit> |
OLD | NEW |