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 424 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
435 </message> | 435 </message> |
436 <message name="IDS_MOVE_WORD_RIGHT_AND_MODIFY_SELECTION" desc="A command t
o move the cursor right to the next word break and modify the selection."> | 436 <message name="IDS_MOVE_WORD_RIGHT_AND_MODIFY_SELECTION" desc="A command t
o move the cursor right to the next word break and modify the selection."> |
437 Move Word Right And Modify Selection | 437 Move Word Right And Modify Selection |
438 </message> | 438 </message> |
439 <message name="IDS_MOVE_TO_BEGINNING_OF_LINE" desc="A command to move the
cursor to the beginning of the line."> | 439 <message name="IDS_MOVE_TO_BEGINNING_OF_LINE" desc="A command to move the
cursor to the beginning of the line."> |
440 Move To Beginning Of Line | 440 Move To Beginning Of Line |
441 </message> | 441 </message> |
442 <message name="IDS_MOVE_TO_BEGINNING_OF_LINE_AND_MODIFY_SELECTION" desc="A
command to move the cursor to the beginning of the line and modify the selectio
n."> | 442 <message name="IDS_MOVE_TO_BEGINNING_OF_LINE_AND_MODIFY_SELECTION" desc="A
command to move the cursor to the beginning of the line and modify the selectio
n."> |
443 Move To Beginning Of Line And Modify Selection | 443 Move To Beginning Of Line And Modify Selection |
444 </message> | 444 </message> |
| 445 <message name="IDS_MOVE_TO_BEGINNING_OF_LINE_AND_EXTEND_SELECTION" desc="A
command to move the cursor to the beginning of the line and extend the existing
selection."> |
| 446 Move To Beginning Of Line And Extend Selection |
| 447 </message> |
| 448 <message name="IDS_MOVE_TOWARDS_BEGINNING_OF_LINE_AND_MODIFY_SELECTION" de
sc="A command to move the cursor towards the beginning of the line and modify th
e selection. If the selection direction changes, the existing selection reduces
to a caret."> |
| 449 Move Towards Beginning Of Line And Modify Selection |
| 450 </message> |
445 <message name="IDS_MOVE_TO_END_OF_LINE" desc="A command to move the cursor
to the end of the line."> | 451 <message name="IDS_MOVE_TO_END_OF_LINE" desc="A command to move the cursor
to the end of the line."> |
446 Move To End Of Line | 452 Move To End Of Line |
447 </message> | 453 </message> |
448 <message name="IDS_MOVE_TO_END_OF_LINE_AND_MODIFY_SELECTION" desc="A comma
nd to move the cursor to the end of the line and modify the selection."> | 454 <message name="IDS_MOVE_TO_END_OF_LINE_AND_MODIFY_SELECTION" desc="A comma
nd to move the cursor to the end of the line and modify the selection."> |
449 Move To End Of Line And Modify Selection | 455 Move To End Of Line And Modify Selection |
450 </message> | 456 </message> |
| 457 <message name="IDS_MOVE_TO_END_OF_LINE_AND_EXTEND_SELECTION" desc="A comma
nd to move the cursor to the end of the line and extend the existing selection."
> |
| 458 Move To End Of Line And Extend Selection |
| 459 </message> |
| 460 <message name="IDS_MOVE_TOWARDS_END_OF_LINE_AND_MODIFY_SELECTION" desc="A
command to move the cursor towards the end of the line and modify the selection.
If the selection direction changes, the existing selection reduces to a caret."
> |
| 461 Move Towards End Of Line And Modify Selection |
| 462 </message> |
451 <message name="IDS_MOVE_UP" desc="A command to move the cursor up."> | 463 <message name="IDS_MOVE_UP" desc="A command to move the cursor up."> |
452 Move Up | 464 Move Up |
453 </message> | 465 </message> |
454 <message name="IDS_APP_REDO" desc="A command to redo an action."> | 466 <message name="IDS_APP_REDO" desc="A command to redo an action."> |
455 Redo | 467 Redo |
456 </message> | 468 </message> |
457 | 469 |
458 <!-- Generic terms --> | 470 <!-- Generic terms --> |
459 <message name="IDS_APP_OK" desc="Used for Ok on buttons"> | 471 <message name="IDS_APP_OK" desc="Used for Ok on buttons"> |
460 OK | 472 OK |
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
692 </message> | 704 </message> |
693 <message name="IDS_APP_LIST_SPEECH_HINT_TEXT" desc="The text label in the
speech recognition UI to ask the user to speak the search query"> | 705 <message name="IDS_APP_LIST_SPEECH_HINT_TEXT" desc="The text label in the
speech recognition UI to ask the user to speak the search query"> |
694 Speak now | 706 Speak now |
695 </message> | 707 </message> |
696 <message name="IDS_APP_LIST_SPEECH_NETWORK_ERROR_HINT_TEXT" desc="The text
label in the speech recognition UI to show the speech recognition can't start b
ecause of network error."> | 708 <message name="IDS_APP_LIST_SPEECH_NETWORK_ERROR_HINT_TEXT" desc="The text
label in the speech recognition UI to show the speech recognition can't start b
ecause of network error."> |
697 No internet connection | 709 No internet connection |
698 </message> | 710 </message> |
699 </messages> | 711 </messages> |
700 </release> | 712 </release> |
701 </grit> | 713 </grit> |
OLD | NEW |