Chromium Code Reviews| 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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 140 </message> | 140 </message> |
| 141 <message name="IDS_DELETE" desc="Label for a delete button. Used in multip le contexts. [CHAR-LIMIT=20]"> | 141 <message name="IDS_DELETE" desc="Label for a delete button. Used in multip le contexts. [CHAR-LIMIT=20]"> |
| 142 Delete | 142 Delete |
| 143 </message> | 143 </message> |
| 144 <message name="IDS_REMOVE" desc="Label for a button to remove an item (e.g . a bookmark) from a list. [CHAR-LIMIT=20]"> | 144 <message name="IDS_REMOVE" desc="Label for a button to remove an item (e.g . a bookmark) from a list. [CHAR-LIMIT=20]"> |
| 145 Remove | 145 Remove |
| 146 </message> | 146 </message> |
| 147 <message name="IDS_RESET" desc="Label for a button to reset information yo u are editing to a default."> | 147 <message name="IDS_RESET" desc="Label for a button to reset information yo u are editing to a default."> |
| 148 Reset | 148 Reset |
| 149 </message> | 149 </message> |
| 150 <message name="IDS_SETTINGS" desc="Label for a button to access relevant p references."> | |
| 151 Reset | |
|
mattreynolds
2016/05/23 19:45:59
Settings
We could also use IDS_MENU_PREFERENCES i
| |
| 152 </message> | |
| 150 <message name="IDS_TITLE" desc="Text indicating the title of a button or a textfield. Ued in multiple contexts. [CHAR-LIMIT=32]"> | 153 <message name="IDS_TITLE" desc="Text indicating the title of a button or a textfield. Ued in multiple contexts. [CHAR-LIMIT=32]"> |
| 151 Title | 154 Title |
| 152 </message> | 155 </message> |
| 153 <message name="IDS_TEXT_ON" desc="Text indicating that an option is turned on. [CHAR-LIMIT=20]"> | 156 <message name="IDS_TEXT_ON" desc="Text indicating that an option is turned on. [CHAR-LIMIT=20]"> |
| 154 On | 157 On |
| 155 </message> | 158 </message> |
| 156 <message name="IDS_TEXT_OFF" desc="Text indicating that an option is turne d off. [CHAR-LIMIT=20]"> | 159 <message name="IDS_TEXT_OFF" desc="Text indicating that an option is turne d off. [CHAR-LIMIT=20]"> |
| 157 Off | 160 Off |
| 158 </message> | 161 </message> |
| 159 <message name="IDS_LEARN_MORE" desc="Generic label for menu item to learn more about a feature. [CHAR-LIMIT=32]"> | 162 <message name="IDS_LEARN_MORE" desc="Generic label for menu item to learn more about a feature. [CHAR-LIMIT=32]"> |
| (...skipping 2249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2409 <!-- Migration strings --> | 2412 <!-- Migration strings --> |
| 2410 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S witcher callout."> | 2413 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S witcher callout."> |
| 2411 Quickly switch tabs | 2414 Quickly switch tabs |
| 2412 </message> | 2415 </message> |
| 2413 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin g the tab switcher button gives you quick access to your tabs."> | 2416 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin g the tab switcher button gives you quick access to your tabs."> |
| 2414 Tap this button for quick access to your tabs. | 2417 Tap this button for quick access to your tabs. |
| 2415 </message> | 2418 </message> |
| 2416 </messages> | 2419 </messages> |
| 2417 </release> | 2420 </release> |
| 2418 </grit> | 2421 </grit> |
| OLD | NEW |