Changeset View
Changeset View
Standalone View
Standalone View
src/applications/differential/view/DifferentialChangesetListView.php
| Show First 20 Lines • Show All 251 Lines • ▼ Show 20 Lines | $this->initBehavior( | ||||
| 'Reply and quote selected inline comment.' => | 'Reply and quote selected inline comment.' => | ||||
| pht('Reply and quote selected inline comment.'), | pht('Reply and quote selected inline comment.'), | ||||
| 'Mark or unmark selected inline comment as done.' => | 'Mark or unmark selected inline comment as done.' => | ||||
| pht('Mark or unmark selected inline comment as done.'), | pht('Mark or unmark selected inline comment as done.'), | ||||
| 'You must select a comment to mark done.' => | 'You must select a comment to mark done.' => | ||||
| pht('You must select a comment to mark done.'), | pht('You must select a comment to mark done.'), | ||||
| 'Hide or show inline comment.' => | 'Collapse or expand inline comment.' => | ||||
| pht('Hide or show inline comment.'), | pht('Collapse or expand inline comment.'), | ||||
| 'You must select a comment to hide.' => | 'You must select a comment to hide.' => | ||||
| pht('You must select a comment to hide.'), | pht('You must select a comment to hide.'), | ||||
| 'Jump to next inline comment, including hidden comments.' => | 'Jump to next inline comment, including collapsed comments.' => | ||||
| pht('Jump to next inline comment, including hidden comments.'), | pht('Jump to next inline comment, including collapsed comments.'), | ||||
| 'Jump to previous inline comment, including hidden comments.' => | 'Jump to previous inline comment, including collapsed comments.' => | ||||
| pht('Jump to previous inline comment, including hidden comments.'), | pht('Jump to previous inline comment, including collapsed comments.'), | ||||
| 'This file content has been collapsed.' => | 'This file content has been collapsed.' => | ||||
| pht('This file content has been collapsed.'), | pht('This file content has been collapsed.'), | ||||
| 'Show Content' => pht('Show Content'), | 'Show Content' => pht('Show Content'), | ||||
| 'Hide or show the current file.' => | 'Hide or show the current file.' => | ||||
| pht('Hide or show the current file.'), | pht('Hide or show the current file.'), | ||||
| 'You must select a file to hide or show.' => | 'You must select a file to hide or show.' => | ||||
| ▲ Show 20 Lines • Show All 111 Lines • Show Last 20 Lines | |||||