mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-09-03 17:52:30 +02:00
Update default split mode to “Split All”
This commit is contained in:
parent
b97a9c727a
commit
cf3ef248ca
@ -1589,11 +1589,11 @@ split-by-sections.merge=Merge Into One PDF
|
||||
split-by-sections.pageToSplit=Pages to split (Enter a comma-separated list of page numbers) :
|
||||
split-by-sections.pageToSplit.placeholder=(e.g. 1,2,6)
|
||||
split-by-sections.mode=Split Mode
|
||||
split-by-sections.mode.1=Split all except first and last
|
||||
split-by-sections.mode.2=Split all except first
|
||||
split-by-sections.mode.3=Split all except last
|
||||
split-by-sections.mode.4=Split all
|
||||
split-by-sections.mode.5=Custom. Specify pages to split
|
||||
split-by-sections.mode.1=Split All Except First & Last
|
||||
split-by-sections.mode.2=Split All Except First
|
||||
split-by-sections.mode.3=Split All Except Last
|
||||
split-by-sections.mode.4=Split All Pages
|
||||
split-by-sections.mode.5=Custom: Specify Pages
|
||||
|
||||
|
||||
|
||||
|
@ -23,10 +23,10 @@
|
||||
<div class="mb-3">
|
||||
<label for="splitMode" th:text="#{split-by-sections.mode}">Split Mode</label>
|
||||
<select class="form-control" id="splitMode" name="splitMode">
|
||||
<option value="SPLIT_ALL" th:text="#{split-by-sections.mode.4}">Split all</option>
|
||||
<option value="SPLIT_ALL_EXCEPT_FIRST_AND_LAST" th:text="#{split-by-sections.mode.1}">Split all except first and last</option>
|
||||
<option value="SPLIT_ALL_EXCEPT_FIRST" th:text="#{split-by-sections.mode.2}">Split all except first</option>
|
||||
<option value="SPLIT_ALL_EXCEPT_LAST" th:text="#{split-by-sections.mode.3}">Split all except last</option>
|
||||
<option value="SPLIT_ALL" th:text="#{split-by-sections.mode.4}">Split all</option>
|
||||
<option value="CUSTOM" th:text="#{split-by-sections.mode.5}">Specify pages to split</option>
|
||||
</select>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user