Skip to content

Commit 6df8d6b

Browse files
committed
Translations
1 parent b0d3bc4 commit 6df8d6b

File tree

3 files changed

+26
-38
lines changed

3 files changed

+26
-38
lines changed

PasteIntoFile/Properties/Resources.Designer.cs

Lines changed: 18 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PasteIntoFile/Properties/Resources.de.resx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,4 +321,10 @@ Allows to keep application window always on top (in foreground of other windows)
321321
<data name="str_wizard_tray_patching_img_only" xml:space="preserve">
322322
<value>nur für Bilder</value>
323323
</data>
324+
<data name="str_enable_live_clipboard_update" xml:space="preserve">
325+
<value>Inhalt aktuell halten</value>
326+
</data>
327+
<data name="str_enable_live_clipboard_update_tooltip" xml:space="preserve">
328+
<value>Automatisch aktualisieren wenn neue Inhalte kopiert werden</value>
329+
</data>
324330
</root>

PasteIntoFile/Properties/Resources.resx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,11 +278,11 @@ These setting will take effect on the next login.</value>
278278
<value>Clears the clipboard after its content has been saved.</value>
279279
</data>
280280
<data name="str_enable_live_clipboard_update" xml:space="preserve">
281-
<value>Live clipboard update</value>
281+
<value>Keep contents updated</value>
282282
<comment>Checkbox to enable live clipboard updates in the preview/rename dialog</comment>
283283
</data>
284284
<data name="str_enable_live_clipboard_update_tooltip" xml:space="preserve">
285-
<value>When enabled, the preview and filename fields will update automatically when the clipboard changes. Uncheck this to prevent the dialog from being overwritten while you are editing the filename or copying text to use as a filename.</value>
285+
<value>Automatically update when the clipboard changes</value>
286286
</data>
287287
<data name="str_autosave_tooltip" xml:space="preserve">
288288
<value>Saves clipboard data to default filetype without prompt.

0 commit comments

Comments
 (0)