File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
resources/ru/mystamps/i18n
webapp/WEB-INF/views/site Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -54,11 +54,11 @@ t_you_may = You may
54
54
t_show_categories_list = show list of categories
55
55
t_show_countries_list = show list of countries
56
56
t_in_db = In our database
57
- t_categories_amount = Amount of categories
58
- t_countries_amount = Amount of countries
59
- t_series_amount = Amount of series
60
- t_stamps_amount = Amount of stamps
61
- t_collections_amount = Amount of collections
57
+ t_categories_amount = Categories
58
+ t_countries_amount = Countries
59
+ t_series_amount = Series
60
+ t_stamps_amount = Stamps
61
+ t_collections_amount = Collections
62
62
t_recently_added_series = Recently added series
63
63
t_recently_added_collections = Recently created collections
64
64
t_search_by_catalog = Search by catalog
Original file line number Diff line number Diff line change @@ -246,11 +246,11 @@ <h4 class="panel-title" th:text="#{t_recently_added_series}">Recently added seri
246
246
< h4 class ="panel-title " th:text ="#{t_in_db} "> In our database</ h4 >
247
247
</ div >
248
248
< div class ="panel-body ">
249
- < p th:text ="|#{t_categories_amount}: ${categoryCounter}| "> Amount of categories : 2</ p >
250
- < p th:text ="|#{t_countries_amount}: ${countryCounter}| "> Amount of countries : 10</ p >
251
- < p th:text ="|#{t_series_amount}: ${seriesCounter}| "> Amount of series : 22</ p >
252
- < p th:text ="|#{t_stamps_amount}: ${stampsCounter}| "> Amount of stamps : 84</ p >
253
- < p th:text ="|#{t_collections_amount}: ${collectionsCounter}| "> Amount of collections : 3</ p >
249
+ < p th:text ="|#{t_categories_amount}: ${categoryCounter}| "> Categories : 2</ p >
250
+ < p th:text ="|#{t_countries_amount}: ${countryCounter}| "> Countries : 10</ p >
251
+ < p th:text ="|#{t_series_amount}: ${seriesCounter}| "> Series : 22</ p >
252
+ < p th:text ="|#{t_stamps_amount}: ${stampsCounter}| "> Stamps : 84</ p >
253
+ < p th:text ="|#{t_collections_amount}: ${collectionsCounter}| "> Collections : 3</ p >
254
254
</ div >
255
255
</ div >
256
256
< div togglz:active ="SHOW_SEARCH_PANEL_ON_INDEX_PAGE " class ="panel panel-default ">
You can’t perform that action at this time.
0 commit comments