issue.technical_debt.x_hours={0} hours
issue.technical_debt.x_minutes={0} minutes
issue.technical_debt_deleted=This requirement has been removed from the SQALE model.
-issue.no_issues=No Issues
#------------------------------------------------------------------------------
issue_filter.private=Private
issue_filter.shared_with_all_users=Shared with all users
issue_filter.sharing=Sharing
-issue_filter.no_issues=No issues
+issue_filter.no_issues=No Issues
#------------------------------------------------------------------------------
issues.sort.assignee=Assignee
issues.sort.severity=Severity
issues.sort.status=Status
+issues.ordered_by=Ordered by
+issues.found=Found
#------------------------------------------------------------------------------
{{#unless maxResultsReached}}
<div class="navigator-actions-order">
{{#if sorting}}
- Ordered by <strong>{{sorting.sortText}}</strong> {{#if sorting.asc}}<i class="icon-arrow-up"></i>{{else}}<i class="icon-arrow-down"></i>{{/if}}
+ <%= message('issues.ordered_by') -%> <strong>{{sorting.sortText}}</strong> {{#if sorting.asc}}<i class="icon-arrow-up"></i>{{else}}<i class="icon-arrow-down"></i>{{/if}}
{{else}}
Order
{{/if}}
</ul>
{{/unless}}
<div class="navigator-actions-total">
- Found: <strong>{{paging.total}}</strong>
+ <%= message('issues.found') -%>: <strong>{{paging.total}}</strong>
{{#if appState.canBulkChange}}
<a href="<%= url_for params.merge({:action => 'bulk_change_form'}) -%>?{{query}}"
class="navigator-actions-bulk open-modal"