Skip to content

Commit fcbfc64

Browse files
committed
chore: use full English names for catalogs
1 parent 67ef64f commit fcbfc64

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

src/main/resources/ru/mystamps/i18n/Messages.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ t_import_series = import a series
2727
t_date = Date
2828
t_michel = Michel
2929
t_scott = Scott
30-
t_yvert = Yvert
31-
t_sg = Gibbons
30+
t_yvert = Yvert et Tellier
31+
t_sg = Stanley Gibbons
3232
t_solovyov = Solovyov
3333
t_zagorski = Zagorski
3434
t_not_chosen = Not chosen

src/main/webapp/WEB-INF/views/series/add.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ <h3 th:text="${#strings.capitalize(add_series)}">
423423

424424
<div class="form-group form-group-sm js-catalogs-info collapse in" th:classappend="|${yvertHasErrors ? 'has-error' : ''} ${showCatalogsInfo ? 'js-has-data' : ''}|">
425425
<label for="yvertNumbers" class="control-label col-sm-3" th:text="#{t_yvert}">
426-
Yvert
426+
Yvert et Tellier
427427
</label>
428428
<div class="col-sm-7">
429429
<div class="row">
@@ -446,7 +446,7 @@ <h3 th:text="${#strings.capitalize(add_series)}">
446446

447447
<div class="form-group form-group-sm js-catalogs-info collapse in" th:classappend="|${gibbonsHasErrors ? 'has-error' : ''} ${showCatalogsInfo ? 'js-has-data' : ''}|">
448448
<label for="gibbonsNumbers" class="control-label col-sm-3" th:text="#{t_sg}">
449-
Gibbons
449+
Stanley Gibbons
450450
</label>
451451
<div class="col-sm-7">
452452
<div class="row">

src/main/webapp/WEB-INF/views/series/info.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@
277277

278278
<!--/*/ <th:block th:if="${not #strings.isEmpty(yvertNumbers) or series.yvert.price != null}"> /*/-->
279279
<dt th:text="#{t_yvert}">
280-
Yvert
280+
Yvert et Tellier
281281
</dt>
282282
<dd id="yvert_catalog_info"
283283
th:with="showNumbers=${not #strings.isEmpty(yvertNumbers)},showPrice=${series.yvert.price != null}">
@@ -295,7 +295,7 @@
295295

296296
<!--/*/ <th:block th:if="${not #strings.isEmpty(gibbonsNumbers) or series.gibbons.price != null}"> /*/-->
297297
<dt th:text="#{t_sg}">
298-
Gibbons
298+
Stanley Gibbons
299299
</dt>
300300
<dd id="gibbons_catalog_info"
301301
th:with="showNumbers=${not #strings.isEmpty(gibbonsNumbers)},showPrice=${series.gibbons.price != null}">

src/main/webapp/WEB-INF/views/site/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ <h4 class="panel-title" th:text="#{t_search_by_catalog}">Search by catalog</h4>
176176
<select id="catalogName" name="catalogName" class="form-control">
177177
<option value="michel" th:text="#{t_michel}">Michel</option>
178178
<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>
181181
<option value="solovyov" th:text="#{t_solovyov}">Solovyov</option>
182182
<option value="zagorski" th:text="#{t_zagorski}">Zagorski</option>
183183
</select>

0 commit comments

Comments
 (0)