Skip to content
This repository was archived by the owner on Aug 27, 2022. It is now read-only.

Commit 4f7fc32

Browse files
committed
lang(en): write QR Code always the same
Change-Id: Iddde9a9258b56cb017ae247d22a65aec5602cc74
1 parent 246debf commit 4f7fc32

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

resources/lang/en.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"folders:folders_images": "Image Folder",
9090
"folders:folders_keying": "Keying Folder",
9191
"folders:folders_print": "Print Folder",
92-
"folders:folders_qrcodes": "QR-Code Folder",
92+
"folders:folders_qrcodes": "QR Code Folder",
9393
"folders:folders_thumbs": "Thumbnail Folder",
9494
"folders:folders_tmp": "tmp Folder",
9595
"foldersize": "Foldersize:",
@@ -398,10 +398,10 @@
398398
"manual:print:print_from_result": "If enabled, a print button is visible on result screen.",
399399
"manual:print:print_key": "Specify the key id to use that key to print a picture (e.g. 13 is the enter key). For example use <a href=\"https://keycode.info\" target=\"_blank\">https://keycode.info</a> to find out the key id.",
400400
"manual:print:print_print_frame": "If enabled, a frame is applied on your picture at print.",
401-
"manual:print:print_qrOffset": "Define an offset value the QR-Code is placed away from the edges of the picture.",
402-
"manual:print:print_qrPosition": "QR-Code position",
403-
"manual:print:print_qrSize": "Define the size of the QR-Code. 4 = small, 10 = extra large.",
404-
"manual:print:print_qrcode": "If enabled, a QR-Code is printed onto the right side of the picture while printing.",
401+
"manual:print:print_qrOffset": "Define an offset value the QR Code is placed away from the edges of the picture.",
402+
"manual:print:print_qrPosition": "QR Code position",
403+
"manual:print:print_qrSize": "Define the size of the QR Code. 4 = small, 10 = extra large.",
404+
"manual:print:print_qrcode": "If enabled, a QR Code is printed onto the right side of the picture while printing.",
405405
"manual:print:print_time": "Enter in milliseconds, how long \"Started printing! Please wait....\" is displayed after a print job has started.",
406406
"manual:print:textonprint_enabled": "If enabled, you can print some text onto your pictures.",
407407
"manual:print:textonprint_font": "Enter the path to the font used to print text onto your image.",
@@ -416,8 +416,8 @@
416416
"manual:print:textonprint_rotation": "Enter a value which is used as degrees the text gets rotated at print.",
417417
"manual:qr:qr_append_filename": "If enabled, the image name will be added to the QR URL.",
418418
"manual:qr:qr_custom_text": "If enabled, own defined help text will be visible below the QR Code.",
419-
"manual:qr:qr_ecLevel": "QR-Code error correction capability to restore data:</br> Level L – up to 7%</br> Level M – up to 15%</br> Level Q – up to 25%</br> Level H – up to 30%</br>",
420-
"manual:qr:qr_enabled": "If enabled, a QR-Button is visible on the result screen and inside gallery. User can download a picture while scanning the QR-Code. If you're accessing Photobooth via \"localhost\", \"127.0.0.1\" or if you have Photobooth installed inside a subfolder, please define IP address of the Photobooth web server to make the QR-Code working. <p>Example if Photobooth can be accessed directly: <code>192.168.0.50</code>.</p><p>Example if Photobooth is installed inside a subfolder: <code>192.168.0.50/photobooth</code>.</p>",
419+
"manual:qr:qr_ecLevel": "QR Code error correction capability to restore data:</br> Level L – up to 7%</br> Level M – up to 15%</br> Level Q – up to 25%</br> Level H – up to 30%</br>",
420+
"manual:qr:qr_enabled": "If enabled, a QR-Button is visible on the result screen and inside gallery. User can download a picture while scanning the QR Code. If you're accessing Photobooth via \"localhost\", \"127.0.0.1\" or if you have Photobooth installed inside a subfolder, please define IP address of the Photobooth web server to make the QR Code working. <p>Example if Photobooth can be accessed directly: <code>192.168.0.50</code>.</p><p>Example if Photobooth is installed inside a subfolder: <code>192.168.0.50/photobooth</code>.</p>",
421421
"manual:qr:qr_text": "Define own help text which will be visible below the QR Code.",
422422
"manual:qr:qr_url": "Define a URL to point at via QR Code.",
423423
"manual:remotebuzzer:remotebuzzer_collagebutton": "For COLLAGE connect the hardware button to GPIO20. Pull GPIO to ground for to trigger. If enabled, long-press on PICTURE button will not trigger collage.",
@@ -528,10 +528,10 @@
528528
"print:print_from_result": "Allow printing from result page",
529529
"print:print_key": "Key code which triggers printing",
530530
"print:print_print_frame": "Print frame on picture",
531-
"print:print_qrOffset": "QR-Code offset",
532-
"print:print_qrPosition": "QR-Code position",
533-
"print:print_qrSize": "QR-Code size (4 = small, 10 = extra large)",
534-
"print:print_qrcode": "QR-Code on the picture while printing",
531+
"print:print_qrOffset": "QR Code offset",
532+
"print:print_qrPosition": "QR Code position",
533+
"print:print_qrSize": "QR Code size (4 = small, 10 = extra large)",
534+
"print:print_qrcode": "QR Code on the picture while printing",
535535
"print:print_time": "Printing time",
536536
"print:textonprint_enabled": "Print text on image",
537537
"print:textonprint_font": "Font",
@@ -549,7 +549,7 @@
549549
"qr": "QR Code",
550550
"qr:qr_append_filename": "Append filename to URL",
551551
"qr:qr_custom_text": "Use own help text on QR",
552-
"qr:qr_ecLevel": "QR-Code error correction",
552+
"qr:qr_ecLevel": "QR Code error correction",
553553
"qr:qr_enabled": "Use QR Codes",
554554
"qr:qr_text": "Own help text",
555555
"qr:qr_url": "URL for QR Code",

0 commit comments

Comments
 (0)