File tree 4 files changed +8
-8
lines changed
resources/ru/mystamps/i18n
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ t_import_series = import a series
27
27
t_date = Date
28
28
t_michel = Michel
29
29
t_scott = Scott
30
- t_yvert = Yvert
31
- t_sg = Gibbons
30
+ t_yvert = Yvert et Tellier
31
+ t_sg = Stanley Gibbons
32
32
t_solovyov = Solovyov
33
33
t_zagorski = Zagorski
34
34
t_not_chosen = Not chosen
Original file line number Diff line number Diff line change @@ -423,7 +423,7 @@ <h3 th:text="${#strings.capitalize(add_series)}">
423
423
424
424
< div class ="form-group form-group-sm js-catalogs-info collapse in " th:classappend ="|${yvertHasErrors ? 'has-error' : ''} ${showCatalogsInfo ? 'js-has-data' : ''}| ">
425
425
< label for ="yvertNumbers " class ="control-label col-sm-3 " th:text ="#{t_yvert} ">
426
- Yvert
426
+ Yvert et Tellier
427
427
</ label >
428
428
< div class ="col-sm-7 ">
429
429
< div class ="row ">
@@ -446,7 +446,7 @@ <h3 th:text="${#strings.capitalize(add_series)}">
446
446
447
447
< div class ="form-group form-group-sm js-catalogs-info collapse in " th:classappend ="|${gibbonsHasErrors ? 'has-error' : ''} ${showCatalogsInfo ? 'js-has-data' : ''}| ">
448
448
< label for ="gibbonsNumbers " class ="control-label col-sm-3 " th:text ="#{t_sg} ">
449
- Gibbons
449
+ Stanley Gibbons
450
450
</ label >
451
451
< div class ="col-sm-7 ">
452
452
< div class ="row ">
Original file line number Diff line number Diff line change 277
277
278
278
<!--/*/ <th:block th:if="${not #strings.isEmpty(yvertNumbers) or series.yvert.price != null}"> /*/-->
279
279
< dt th:text ="#{t_yvert} ">
280
- Yvert
280
+ Yvert et Tellier
281
281
</ dt >
282
282
< dd id ="yvert_catalog_info "
283
283
th:with ="showNumbers=${not #strings.isEmpty(yvertNumbers)},showPrice=${series.yvert.price != null} ">
295
295
296
296
<!--/*/ <th:block th:if="${not #strings.isEmpty(gibbonsNumbers) or series.gibbons.price != null}"> /*/-->
297
297
< dt th:text ="#{t_sg} ">
298
- Gibbons
298
+ Stanley Gibbons
299
299
</ dt >
300
300
< dd id ="gibbons_catalog_info "
301
301
th:with ="showNumbers=${not #strings.isEmpty(gibbonsNumbers)},showPrice=${series.gibbons.price != null} ">
Original file line number Diff line number Diff line change @@ -176,8 +176,8 @@ <h4 class="panel-title" th:text="#{t_search_by_catalog}">Search by catalog</h4>
176
176
< select id ="catalogName " name ="catalogName " class ="form-control ">
177
177
< option value ="michel " th:text ="#{t_michel} "> Michel</ option >
178
178
< option value ="scott " th:text ="#{t_scott} "> Scott</ option >
179
- < option value ="yvert " th:text ="#{t_yvert} "> Yvert</ option >
180
- < option value ="gibbons " th:text ="#{t_sg} "> Gibbons</ option >
179
+ < option value ="yvert " th:text ="#{t_yvert} "> Yvert et Tellier </ option >
180
+ < option value ="gibbons " th:text ="#{t_sg} "> Stanley Gibbons</ option >
181
181
< option value ="solovyov " th:text ="#{t_solovyov} "> Solovyov</ option >
182
182
< option value ="zagorski " th:text ="#{t_zagorski} "> Zagorski</ option >
183
183
</ select >
You can’t perform that action at this time.
0 commit comments