Skip to content

Commit

Permalink
Issue techjoomla#180 Fix: Added missing language constants for column…
Browse files Browse the repository at this point in the history
… wise sorting
  • Loading branch information
niteshkesarkar committed Feb 17, 2020
1 parent 92e93c5 commit d2981be
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,3 +139,11 @@ COM_TJREPORTS_QUERY_DELETE_SUCCESS="Query deleted successfully."
;Added in v1.0.2
COM_TJREPORTS_NOTHING_TO_DISCOVER_PLUGINS="Nothing to discover"
COM_TJREPORTS_DISCOVER_NEW_PLUGINS="%d new plugin(s) discovered"

; Column wise sorting
COM_TJREPORTS_PLUGIN_ASC="Plugin ascending"
COM_TJREPORTS_PLUGIN_DESC="Plugin descending"
COM_TJREPORTS_CLIENT_ASC="Client ascending"
COM_TJREPORTS_CLIENT_DESC="Client descending"
COM_TJREPORTS_SAVED_QUERY_ASC="Saved Query ascending"
COM_TJREPORTS_SAVED_QUERY_DESC="Saved Query descending"

0 comments on commit d2981be

Please sign in to comment.