mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-11 05:52:19 +02:00
[PowerRename] Introduce advanced counter functionality (#27895)
This commit is contained in:
@@ -150,6 +150,24 @@
|
||||
<data name="ReplaceBox.PlaceholderText" xml:space="preserve">
|
||||
<value>Replace with</value>
|
||||
</data>
|
||||
<data name="CounterCheatSheet_Title.Text" xml:space="preserve">
|
||||
<value>Replace using advanced counter syntax.</value>
|
||||
</data>
|
||||
<data name="CounterCheatSheet_Simple" xml:space="preserve">
|
||||
<value>A simple counter that you can use anywhere in a replace string.</value>
|
||||
</data>
|
||||
<data name="CounterCheatSheet_Start" xml:space="preserve">
|
||||
<value>A counter with a customized start value.</value>
|
||||
</data>
|
||||
<data name="CounterCheatSheet_Increment" xml:space="preserve">
|
||||
<value>A counter with a customized increment value.</value>
|
||||
</data>
|
||||
<data name="CounterCheatSheet_Padding" xml:space="preserve">
|
||||
<value>A counter with a customized number of leading padding zeroes.</value>
|
||||
</data>
|
||||
<data name="CounterCheatSheet_Complex" xml:space="preserve">
|
||||
<value>A counter showing multiple customized properties.</value>
|
||||
</data>
|
||||
<data name="DateTimeCheatSheet_Title.Text" xml:space="preserve">
|
||||
<value>Replace using file creation date and time</value>
|
||||
</data>
|
||||
|
||||
Reference in New Issue
Block a user