| 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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 256 </message> | 256 </message> |
| 257 <message name="IDS_APP_CUT" desc="The text label of the Cut menu item"> | 257 <message name="IDS_APP_CUT" desc="The text label of the Cut menu item"> |
| 258 Cu&t | 258 Cu&t |
| 259 </message> | 259 </message> |
| 260 <message name="IDS_APP_COPY" desc="The text label of the Copy menu item"> | 260 <message name="IDS_APP_COPY" desc="The text label of the Copy menu item"> |
| 261 &Copy | 261 &Copy |
| 262 </message> | 262 </message> |
| 263 <message name="IDS_APP_PASTE" desc="The text label of the Paste menu item"
> | 263 <message name="IDS_APP_PASTE" desc="The text label of the Paste menu item"
> |
| 264 &Paste | 264 &Paste |
| 265 </message> | 265 </message> |
| 266 <message name="IDS_APP_DELETE" desc="The text label of the Delete menu ite
m"> |
| 267 &Delete |
| 268 </message> |
| 266 <message name="IDS_APP_SELECT_ALL" desc="The text label of the Select All
menu item"> | 269 <message name="IDS_APP_SELECT_ALL" desc="The text label of the Select All
menu item"> |
| 267 Select &all | 270 Select &all |
| 268 </message> | 271 </message> |
| 269 | 272 |
| 270 <!-- Generic terms --> | 273 <!-- Generic terms --> |
| 271 <message name="IDS_APP_OK" desc="Used for Ok on buttons"> | 274 <message name="IDS_APP_OK" desc="Used for Ok on buttons"> |
| 272 OK | 275 OK |
| 273 </message> | 276 </message> |
| 274 <message name="IDS_APP_CANCEL" desc="Used for Cancel on buttons"> | 277 <message name="IDS_APP_CANCEL" desc="Used for Cancel on buttons"> |
| 275 Cancel | 278 Cancel |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 335 <message name="IDS_APP_ALT_MODIFIER" desc="Alt key shortcut modifier"> | 338 <message name="IDS_APP_ALT_MODIFIER" desc="Alt key shortcut modifier"> |
| 336 Alt+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph> | 339 Alt+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph> |
| 337 </message> | 340 </message> |
| 338 <message name="IDS_APP_SHIFT_MODIFIER" desc="Shift key shortcut modifier"> | 341 <message name="IDS_APP_SHIFT_MODIFIER" desc="Shift key shortcut modifier"> |
| 339 Shift+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph> | 342 Shift+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph> |
| 340 </message> | 343 </message> |
| 341 | 344 |
| 342 </messages> | 345 </messages> |
| 343 </release> | 346 </release> |
| 344 </grit> | 347 </grit> |
| OLD | NEW |