18 lines
768 B
INI
18 lines
768 B
INI
; @package Advanced Custom Fields
|
|
; @version 2.8.8 Pro
|
|
;
|
|
; @author Tassos Marinos - http://www.tassos.gr/joomla-extensions
|
|
; @copyright Copyright (c) 2019 Tassos Marinos. All rights reserved.
|
|
; @license http://www.tassos.gr
|
|
|
|
PLG_FIELDS_ACFQRCODE_LABEL="ACF - QR Code"
|
|
ACF_QRCODE="Fields - ACF QR Code"
|
|
ACF_QRCODE_DESC="Generate a colored QR Code to store text, link, email, telephone number and more!"
|
|
ACF_QRCODE_VALUE_DESC="Enter the QR Code text."
|
|
ACF_QRCODE_SIZE="Size"
|
|
ACF_QRCODE_SIZE_DESC="Enter the QR Code size in pixels. (Example: 300)"
|
|
ACF_QRCODE_COLOR="Color"
|
|
ACF_QRCODE_COLOR_DESC="Select the foreground color"
|
|
ACF_QRCODE_BGCOLOR="Background Color"
|
|
ACF_QRCODE_BGCOLOR_DESC="Select the background color"
|
|
ACF_QRCODE_HINT="Enter your QR Code text." |