vi-VN.SpApp.qrcode.ini 1.45 KB
Newer Older
Sigrid Suski's avatar
Sigrid Suski committed
1 2 3 4 5 6 7
; @package: SobiPro QR-Code Field Application

; @author
; Name: Sigrid Suski & Radek Suski, Sigsiu.NET GmbH
; Email: sobi[at]sigsiu.net
; Url: https://www.Sigsiu.NET

8
; @copyright Copyright (C) 2006 - 2020 Sigsiu.NET GmbH (https://www.sigsiu.net). All rights reserved.
Sigrid Suski's avatar
Sigrid Suski committed
9 10 11
; @license GNU/GPL Version 3
; This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3
; as published by the Free Software Foundation, and under the additional terms according section 7 of GPL v3.
12
; See https://www.gnu.org/licenses/gpl.html and https://www.sigsiu.net/licenses.
Sigrid Suski's avatar
Sigrid Suski committed
13 14 15 16

; This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

17 18 19 20 21 22 23 24
; $Author: SobiPro Translation Team
; SP.QFA_PNG = "PNG"
; SP.QFA_JPG = "JPG"
; SP.QFA_SVG = "SVG"
; SP.QFA_PARAMS_FILETYPE = "File type"
; SP.QFA_PARAMS_HINT = "Character Set"
; SP.QFA_MODE_8 = "Byte (ISO 8859-1/Latin-1/8-Bit)"
; SP.QFA_MODE_KANJI = "Kanji (13-Bit)"
Sigrid Suski's avatar
Sigrid Suski committed
25

26 27 28 29 30 31 32 33 34
SP.QFA_PARAMS = "QR-Code"
SP.QFA_PARAMS_ECC = "ECC"
SP.QFA_ECC_L = "Level L (7%)"
SP.QFA_ECC_M = "Level M (15%)"
SP.QFA_ECC_Q = "Level Q (25%)"
SP.QFA_ECC_H = "Level H (30%)"
SP.QFA_PARAMS_POINT_SIZE = "Matrix Point Size"
SP.QFA_PARAMS_DATA = "Data to Parse"
; SP.QFA_PARAMS_COPYRIGHT = " 'QR Code' is registered trademark of DENSO WAVE INCORPORATED."