From f202ffd4927a66e59a53c9cce9ab0198f60dbe0c Mon Sep 17 00:00:00 2001 From: Henriette Dinger Date: Fri, 10 Mar 2017 09:37:22 +0100 Subject: [PATCH] Add labels to enable translations --- config/locales/js-en.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/locales/js-en.yml b/config/locales/js-en.yml index 6aae331c18..9772ec91c2 100644 --- a/config/locales/js-en.yml +++ b/config/locales/js-en.yml @@ -322,6 +322,14 @@ en: one: "You can only select one item" other: "You can only select {{limit}} items" zero: "You cannot select any items" + sort: + sorted_asc: 'Ascending sort applied, ' + sorted_dsc: 'Descending sort applied, ' + sorted_no : 'No sort applied, ' + sorting_disabled: 'sorting is disabled' + activate_asc: 'activate to apply an ascending sort' + activate_dsc: 'activate to apply a descending sort' + activate_no: 'activate to remove the sort' text_work_packages_destroy_confirmation: "Are you sure you want to delete the selected work package(s)?" text_query_destroy_confirmation: "Are you sure you want to delete the selected query?"