| OLD | NEW |
| 1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 | 2 |
| 3 <!-- This file contains definitions of resources that will be translated for | 3 <!-- This file contains definitions of resources that will be translated for |
| 4 each locale. Specifically, these are UI strings that are used by app/ that | 4 each locale. Specifically, these are UI strings that are used by app/ that |
| 5 need to be translated for each locale.--> | 5 need to be translated for each locale.--> |
| 6 | 6 |
| 7 <grit base_dir="." latest_public_release="0" current_release="1" | 7 <grit base_dir="." latest_public_release="0" current_release="1" |
| 8 source_lang_id="en" enc_check="möl"> | 8 source_lang_id="en" enc_check="möl"> |
| 9 <outputs> | 9 <outputs> |
| 10 <!-- TODO add each of your output files. Modify the three below, and add | 10 <!-- TODO add each of your output files. Modify the three below, and add |
| (...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 194 All Files | 194 All Files |
| 195 </message> | 195 </message> |
| 196 <message name="IDS_APP_SAVEAS_EXTENSION_FORMAT" desc="Save As dialog box e
xtension format text"> | 196 <message name="IDS_APP_SAVEAS_EXTENSION_FORMAT" desc="Save As dialog box e
xtension format text"> |
| 197 <ph name="SAVEAS_EXTENSION_TYPE">$1<ex>EXE</ex></ph> File (.<ph name="SA
VEAS_EXTENSION_NAME">$2<ex>exe</ex></ph>) | 197 <ph name="SAVEAS_EXTENSION_TYPE">$1<ex>EXE</ex></ph> File (.<ph name="SA
VEAS_EXTENSION_NAME">$2<ex>exe</ex></ph>) |
| 198 </message> | 198 </message> |
| 199 | 199 |
| 200 <!--Accessible name/action strings--> | 200 <!--Accessible name/action strings--> |
| 201 <message name="IDS_APP_ACCACTION_PRESS" desc="The accessible default actio
n for a button."> | 201 <message name="IDS_APP_ACCACTION_PRESS" desc="The accessible default actio
n for a button."> |
| 202 Press | 202 Press |
| 203 </message> | 203 </message> |
| 204 <message name="IDS_APP_ACCNAME_CLOSE" desc="The accessible name for the Cl
ose button."> |
| 205 Close |
| 206 </message> |
| 204 | 207 |
| 205 <!-- Scroll Bar Context Menu Labels --> | 208 <!-- Scroll Bar Context Menu Labels --> |
| 206 <message name="IDS_APP_SCROLLBAR_CXMENU_SCROLLHERE" desc="The label for th
e 'Scroll Here' item"> | 209 <message name="IDS_APP_SCROLLBAR_CXMENU_SCROLLHERE" desc="The label for th
e 'Scroll Here' item"> |
| 207 Scroll to Here | 210 Scroll to Here |
| 208 </message> | 211 </message> |
| 209 <message name="IDS_APP_SCROLLBAR_CXMENU_SCROLLLEFTEDGE" desc="The label fo
r the 'Left Edge' item"> | 212 <message name="IDS_APP_SCROLLBAR_CXMENU_SCROLLLEFTEDGE" desc="The label fo
r the 'Left Edge' item"> |
| 210 Left Edge | 213 Left Edge |
| 211 </message> | 214 </message> |
| 212 <message name="IDS_APP_SCROLLBAR_CXMENU_SCROLLRIGHTEDGE" desc="The label f
or the 'Right Edge' item"> | 215 <message name="IDS_APP_SCROLLBAR_CXMENU_SCROLLRIGHTEDGE" desc="The label f
or the 'Right Edge' item"> |
| 213 Right Edge | 216 Right Edge |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 322 <message name="IDS_APP_ALT_MODIFIER" desc="Alt key shortcut modifier"> | 325 <message name="IDS_APP_ALT_MODIFIER" desc="Alt key shortcut modifier"> |
| 323 Alt+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph> | 326 Alt+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph> |
| 324 </message> | 327 </message> |
| 325 <message name="IDS_APP_SHIFT_MODIFIER" desc="Shift key shortcut modifier"> | 328 <message name="IDS_APP_SHIFT_MODIFIER" desc="Shift key shortcut modifier"> |
| 326 Shift+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph> | 329 Shift+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph> |
| 327 </message> | 330 </message> |
| 328 | 331 |
| 329 </messages> | 332 </messages> |
| 330 </release> | 333 </release> |
| 331 </grit> | 334 </grit> |
| OLD | NEW |