You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature: ask user the number of copies to print (#1213)
* api(print): add multiple copies modal
* api(print): fix printDB logging and copies buttons
* api(print): fix dialog css and add en translation
* eslint: linted code
* eslint: final fix
* config(print): add setting to evalute max copies
* gallery: add multiple config setting
* config: add new setting default value
* lint: linted php code
* print: only pass copies if more than one is requested
* api (print): declare copies var earlier
* Fixup
---------
Co-authored-by: Andreas Skomski
Copy file name to clipboardExpand all lines: resources/lang/en.json
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -542,6 +542,7 @@
542
542
"manual:preview:preview_videoWidth": "Enter a value which is used as width for preview by device cam.",
543
543
"manual:print:button_show_cups": "Show a button on startpage to easily access CUPS (Common Unix Printing System).",
544
544
"manual:print:button_show_printUnlock": "Show a button on start page to unlock print once print got locked.",
545
+
"manual:print:max_multiple_prints": "If greater than 1 a dialog will appear showing the user how many copies to print. This settings define the maximum number of copies can be printed each time the button is pressed.",
545
546
"manual:print:print_auto": "If enabled, the picture will immediately printed after it was taken.",
546
547
"manual:print:print_auto_delay": "Enter in milliseconds by which the automatic printing of the image is delayed.",
547
548
"manual:print:print_crop": "If enabled, pictures are cropped at print by given height and width (px).",
0 commit comments