Skip to content

Commit 1c300c6

Browse files
lbowniklbownik
authored andcommitted
Closes #3302 Fix "Internal server error on "SigUp" page with english language set.
1 parent 975e66e commit 1c300c6

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
primefaces.captcha.INVALID = {0}: Validation error: Improper value.
2+
primefaces.captcha.INVALID_detail = {0}: ''{1}'' value does not conform to displayed text.
3+
primefaces.password.INVALID_MATCH = {0}: Validation error.
4+
primefaces.password.INVALID_MATCH_detail = {0} needs to be equal to {1}.
5+
primefaces.tree.REQUIRED = {0}: Validation error.
6+
primefaces.tree.REQUIRED_detail = Checkmark is required.
7+
primefaces.datatable.aria.FILTER_BY = Filter by column values {0}
8+
primefaces.paginator.aria.HEADER = Paging
9+
primefaces.paginator.aria.FIRST_PAGE = First page
10+
primefaces.paginator.aria.PREVIOUS_PAGE = Previous page
11+
primefaces.paginator.aria.NEXT_PAGE = Next page
12+
primefaces.paginator.aria.LAST_PAGE = Last page
13+
primefaces.paginator.aria.ROWS_PER_PAGE = Rows per page
14+
primefaces.datatable.aria.HEADER_CHECKBOX_ALL = Check all
15+
primefaces.dialog.aria.CLOSE = Close
16+
primefaces.rowtoggler.aria.ROW_TOGGLER = Toggle row visibility
17+
primefaces.datatable.SORT_LABEL = Sort
18+
primefaces.datatable.SORT_ASC = Ascending
19+
primefaces.datatable.SORT_DESC = Descending
20+
primefaces.rowgrouptoggler.aria.ROW_GROUP_TOGGLER = Toggle row group visibility
21+
primefaces.slider.OUT_OF_RANGE = Validation error: Value out of range.
22+
primefaces.calendar.OUT_OF_RANGE = Validation error: Value out of range.
23+
primefaces.calendar.INVALID = Validation error: Improper value.
24+
primefaces.calendar.DATE_INVALID_RANGE_MESSAGE_ID = Validation error: Being date is later than end date.
25+
primefaces.panel.aria.TOGGLE = Toggle panel visibility
26+
primefaces.panel.aria.OPTIONS_MENU = Toggle menu visibility

0 commit comments

Comments
 (0)